* as/hc08/lkaomf51.c (OutputName),
[fw/sdcc] / src / ds390 / gen.c
index ae25d32950f3694444beb4802b53a59722dfbf11..64b0109a34a77296a46ded98d57eec6e93da9172 100644 (file)
@@ -1662,6 +1662,7 @@ aopGet (operand * oper,
 /* aopPutUsesAcc - indicates ahead of time whether aopPut() will   */
 /*                 clobber the accumulator                         */
 /*-----------------------------------------------------------------*/
+#if 0
 static bool
 aopPutUsesAcc (operand * oper, const char *s, int offset)
 {
@@ -1700,6 +1701,7 @@ aopPutUsesAcc (operand * oper, const char *s, int offset)
       return FALSE;
     }
 }
+#endif
 
 /*-----------------------------------------------------------------*/
 /* aopPut - puts a string for a aop and indicates if acc is in use */