diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-11 09:55:55 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-01-03 11:02:11 -0800 |
commit | a3bbf780252e55bb1dcab717289ef09e00d11223 (patch) | |
tree | 77c3726086c025636bb6d606d97ba27534c35841 /utils.c | |
parent | 0493c7216dd39baeb420583be71af095576dbf74 (diff) |
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.c | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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; |