* src/*/ralloc.c: removed IS_OP_RUONLY macro
[fw/sdcc] / src / avr / ralloc.c
index 9f0ab65b28613f89fce0f1188a9bcc8cab5ad371..512edc4fdf7f068101e6c1677cfac87a316ef301 100644 (file)
@@ -1829,8 +1829,6 @@ packRegsForAssign (iCode * ic, eBBlock * ebp)
 
 }
 
-#define IS_OP_RUONLY(x) (x && IS_SYMOP(x) && OP_SYMBOL(x)->ruonly)
-
 
 /*-----------------------------------------------------------------*/
 /* packRegsForOneuse : - will reduce some registers for single Use */