fix makefiles forgood
[mTask.git] / int / interface_linux.c
index c62e36f..dd94993 100644 (file)
@@ -152,11 +152,6 @@ void debug(char *fmt, ...)
        va_end(ap);
 }
 
-void debugi(int i)
-{
-       debug("%d", i);
-}
-
 void pdie(char *s)
 {
        perror(s);