valueset: Remove the unused link field.
[libfirm] / ir / adt / gaussseidel.c
index d1a337b..4928d9b 100644 (file)
@@ -7,9 +7,6 @@
 #include "gaussseidel.h"
 #include "util.h"
 
-#define MAX(x,y)   ((x) > (y) ? (x) : (y))
-#define MIN(x,y)   ((x) < (y) ? (x) : (y))
-
 /**
  * The number of newly allocated rows (realloc)
  * when there is no more room. Must be >= 1.