main: remove unused macros

This commit is contained in:
Daniel Eklöf 2019-12-17 19:08:04 +01:00
parent a0fcec3a3d
commit d15631e3de
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

3
main.c
View file

@ -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