summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.h b/common.h
index 5a6977d..069bc81 100644
--- a/common.h
+++ b/common.h
@@ -5,6 +5,5 @@
#include <stddef.h>
void indicate_file_area(FILE *fd, size_t line, size_t column, size_t span);
-#define MIN(a, b) (((a) < (b)) ? (a) : (b))
#endif