From c8efcd2be175685ef8c4f2bb5aa1473c29e8a042 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Fri, 19 Jun 2020 13:45:30 +0200 Subject: [PATCH] Remove unused macro --- launcher.c | 1 - 1 file changed, 1 deletion(-) diff --git a/launcher.c b/launcher.c index 44b07c464..090564693 100644 --- a/launcher.c +++ b/launcher.c @@ -22,7 +22,6 @@ #include #include -#define MIN(x, y) ((x) < (y)) ? (x) : (y) #define MAX_ARGC 1024 #ifndef KITTY_LIB_PATH #define KITTY_LIB_PATH "../.."