summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-12-11 09:55:55 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-01-03 11:02:11 -0800
commita3bbf780252e55bb1dcab717289ef09e00d11223 (patch)
tree77c3726086c025636bb6d606d97ba27534c35841 /utils.c
parent0493c7216dd39baeb420583be71af095576dbf74 (diff)
downloadxorg-app-xkbcomp-a3bbf780252e55bb1dcab717289ef09e00d11223.tar.gz
Remove unused "no indent" (NOI) debug functions
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
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;