diff --git a/util/ego/cs/cs_debug.c b/util/ego/cs/cs_debug.c index 6fe2b77c..2f732f3c 100644 --- a/util/ego/cs/cs_debug.c +++ b/util/ego/cs/cs_debug.c @@ -149,13 +149,4 @@ OUTENTITIES() } } -/* XXX */ -OUTTRACE(s, n) - char *s; -{ - fprintf(stderr,"trace: "); - fprintf(stderr,s, n); - fprintf(stderr,"\n"); -} - #endif TRACE