From 50b30bbd69ae18c30b187234e9ffa4ae3ffa682f Mon Sep 17 00:00:00 2001 From: FRIGN Date: Wed, 24 Feb 2016 16:11:46 +0100 Subject: [PATCH] Remove wtf --- tsort.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tsort.c b/tsort.c index 90e2855..317d573 100644 --- a/tsort.c +++ b/tsort.c @@ -6,11 +6,6 @@ #include "util.h" -#define eprintf(...) enprintf(2, __VA_ARGS__) -#define estrdup(...) enstrdup(2, __VA_ARGS__) -#define ecalloc(...) encalloc(2, __VA_ARGS__) -#define efshut(...) enfshut(2, __VA_ARGS__) - #define WHITE 0 #define GREY 1 #define BLACK 2