* src/mcs51/gen.c (adjustArithmeticResult): fixed bug 1839299
[fw/sdcc] / src / pic / ralloc.c
index d2c184c11328870086fabe49697f693c41e516ff..9b181ce601f15b6bdb783cd5b5ef5d5076c233ff 100644 (file)
@@ -3217,8 +3217,6 @@ right:
         return change;
 }
 
-#define IS_OP_RUONLY(x) (x && IS_SYMOP(x) && OP_SYMBOL(x)->ruonly)
-
 
 /*-----------------------------------------------------------------*/
 /* packRegsForOneuse : - will reduce some registers for single Use */