working demo
[mTask.git] / int / interface.c
index ba4446f..510f5cb 100644 (file)
@@ -81,15 +81,6 @@ void debug(char *fmt, ...)
                write_byte((uint8_t)fmt[i]);
        }
        write_byte('\n');
-#ifdef DEBUG
-#endif
-       (void)fmt;
-}
-
-void debugi(int i)
-{
-       char m[10];
-       debug(itoa(i, m, 10));
 }
 
 void pdie(char *s)