removed MIN marc
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Tue, 11 Apr 2006 18:30:35 +0000 (18:30 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Tue, 11 Apr 2006 18:30:35 +0000 (18:30 +0000)
ir/be/beuses.c

index be79159..3ff8ba4 100644 (file)
@@ -49,9 +49,6 @@ struct _be_uses_t {
   DEBUG_ONLY(firm_dbg_module_t *dbg;)
 };
 
-
-#define MIN(a, b)                ((a) < (b) ? (a) : (b))
-
 static INLINE unsigned sadd(unsigned a, unsigned b)
 {
   return a + b;