]> git.sur5r.net Git - cc65/blobdiff - src/cc65/asmcode.c
Bugfix
[cc65] / src / cc65 / asmcode.c
index b139af1c8510c39a8bdbf7e4515d5ce79f32a8a6..dda8ed81b04464c2275b5d9a99b05fa437e884b6 100644 (file)
 
 
 
-void AddCodeHint (const char* Hint)
-/* Add an optimizer hint */
-{
-    /* ### AddCodeLine ("+%s", Hint); */
-}
-
-
-
 CodeMark GetCodePos (void)
 /* Get a marker pointing to the current output position */
 {