[xiph-cvs] cvs commit: ices/src log.c

Brendan brendan at xiph.org
Sun Mar 9 00:29:12 PST 2003



brendan     03/03/09 03:29:12

  Modified:    src      log.c
  Log:
  Dead code

Revision  Changes    Path
1.11      +0 -21     ices/src/log.c

Index: log.c
===================================================================
RCS file: /cvs/ice/ices/src/log.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- log.c	14 Jul 2001 19:37:44 -0000	1.10
+++ log.c	9 Mar 2003 08:29:12 -0000	1.11
@@ -138,27 +138,6 @@
         return lasterror;
 }
 
-/* Specific log method for thread info */
-void
-thread_log (char *type, int level, char *fmt, ...)
-{
-	char buff[BUFSIZE];
-	va_list ap;
-
-	if (!ices_config.verbose)
-		return;
-	
-	va_start(ap, fmt);
-#ifdef HAVE_VSNPRINTF
-	vsnprintf(buff, BUFSIZE, fmt, ap);
-#else
-	vsprintf(buff, fmt, ap);
-#endif
-	va_end(ap);
-
-	ices_log_string ("DEBUG: %s\n", buff);
-}
-
 /* Private function definitions */
 
 /* Function to log string to both console and file */

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list