plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 3d424a64ec863d963784bab7faf595fafef14832
parent afaa1397f3b6fd24329c21a871f40f01bb70f130
Author: Russ Cox <rsc@swtch.com>
Date:   Tue, 23 Dec 2008 13:02:20 -0800

libventi: remove unused variable

Diffstat:
Msrc/libventi/log.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/libventi/log.c b/src/libventi/log.c @@ -168,7 +168,6 @@ vtlogvprint(VtLog *l, char *fmt, va_list arg) int n; char *p; VtLogChunk *c; - static int first = 1; if(l == nil) return;