From d15631e3deb6b0e0f72fba9b9eed228ffa0022fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 17 Dec 2019 19:08:04 +0100 Subject: [PATCH] main: remove unused macros --- main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.c b/main.c index 99e52976..75ab334e 100644 --- a/main.c +++ b/main.c @@ -23,9 +23,6 @@ #include "terminal.h" #include "version.h" -#define min(x, y) ((x) < (y) ? (x) : (y)) -#define max(x, y) ((x) > (y) ? (x) : (y)) - static volatile sig_atomic_t aborted = 0; static void