summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/utils.c b/utils.c
index 31be8e7..8b7b6c5 100644
--- a/utils.c
+++ b/utils.c
@@ -97,17 +97,6 @@ uDebug(char *s, ...)
fflush(uDebugFile);
}
-void
-uDebugNOI(char *s, ...)
-{
- va_list args;
-
- va_start(args, s);
- vfprintf(uDebugFile, s, args);
- va_end(args);
- fflush(uDebugFile);
-}
-
/***====================================================================***/
static FILE *errorFile = NULL;