* src/*/ralloc.c: removed IS_OP_RUONLY macro
[fw/sdcc] / src / pic16 / ralloc.c
index c79ccfdb40cc45694b5755821149f766afcb6e7e..6bd0c35cec7ed8560ee9fe44b5de05d857386f05 100644 (file)
@@ -3411,8 +3411,6 @@ right:
 #endif
 
 
-#define IS_OP_RUONLY(x) (x && IS_SYMOP(x) && OP_SYMBOL(x)->ruonly)
-
 #ifndef NO_packRegsForOneuse
 /*-----------------------------------------------------------------*/
 /* packRegsForOneuse : - will reduce some registers for single Use */