]> git.sur5r.net Git - cc65/blobdiff - src/cc65/codegen.h
Working on the backend
[cc65] / src / cc65 / codegen.h
index 6bd016a232184247df307f46d5c9b8f66f20811c..9d1420fca4412adf11fc2bce3c3f59ccd84fedef 100644 (file)
@@ -294,20 +294,6 @@ void g_addstatic (unsigned flags, unsigned long label, unsigned offs);
 
 
 
-/*****************************************************************************/
-/*            Compares of ax with a variable with fixed address             */
-/*****************************************************************************/
-
-
-
-void g_cmplocal (unsigned flags, int offs);
-/* Compare a local variable to ax */
-
-void g_cmpstatic (unsigned flags, unsigned label, unsigned offs);
-/* Compare a static variable to ax */
-
-
-
 /*****************************************************************************/
 /*                          Special op= functions                           */
 /*****************************************************************************/