[netfilter-cvslog] r3372 - trunk/nfsim/core

rusty at netfilter.org rusty at netfilter.org
Tue Dec 14 06:21:14 CET 2004


Author: rusty at netfilter.org
Date: 2004-12-14 06:21:13 +0100 (Tue, 14 Dec 2004)
New Revision: 3372

Modified:
   trunk/nfsim/core/log.c
Log:
flush_printk_buf() is unused: delete it.


Modified: trunk/nfsim/core/log.c
===================================================================
--- trunk/nfsim/core/log.c	2004-12-14 05:18:04 UTC (rev 3371)
+++ trunk/nfsim/core/log.c	2004-12-14 05:21:13 UTC (rev 3372)
@@ -72,14 +72,6 @@
 	return ret;
 }
 
-static void flush_printk_buf(void)
-{
-	if (*printk_buf)
-		nfsim_log(LOG_KERNEL, printk_buf);
-	*printk_buf = '\0';
-
-}
-
 static void nfsim_log_partial_v(enum log_type type,
 				char *buf,
 				unsigned bufsize,




More information about the netfilter-cvslog mailing list