commit 50b30bbd69ae18c30b187234e9ffa4ae3ffa682f
Author: FRIGN <[email protected]>
AuthorDate: Wed Feb 24 16:11:46 2016 +0100
Commit: sin <[email protected]>
CommitDate: Wed Feb 24 15:21:05 2016 +0000
Remove wtf
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