* src/SDCCpeeph.c: made labelHashEntry global, made pcDistance, FBYNAME static,
[fw/sdcc] / src / z80 / ralloc.c
index 18e3d77e5b6c33faf977b7b604f4fc8b549c2853..b8ad485a655deca9ea0efc3ef4fc3a98e344b6dc 100644 (file)
@@ -1538,6 +1538,7 @@ createRegMask (eBBlock ** ebbs, int count)
     }
 }
 
+#if 0
 /** Returns the rematerialized string for a remat var.
  */
 static char *
@@ -1587,6 +1588,7 @@ rematStr (symbol * sym)
     }
   return buffer;
 }
+#endif
 
 /*-----------------------------------------------------------------*/
 /* regTypeNum - computes the type & number of registers required   */