diff options
author | Russ Cox <rsc@swtch.com> | 2008-12-23 13:02:20 -0800 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-12-23 13:02:20 -0800 |
commit | 3d424a64ec863d963784bab7faf595fafef14832 (patch) | |
tree | 1ca8eaf8911cf38a4e0f897d45ec971a00651779 /src/libventi | |
parent | afaa1397f3b6fd24329c21a871f40f01bb70f130 (diff) | |
download | plan9port-3d424a64ec863d963784bab7faf595fafef14832.tar.gz plan9port-3d424a64ec863d963784bab7faf595fafef14832.tar.bz2 plan9port-3d424a64ec863d963784bab7faf595fafef14832.zip |
libventi: remove unused variable
Diffstat (limited to 'src/libventi')
-rw-r--r-- | src/libventi/log.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libventi/log.c b/src/libventi/log.c index 47da0328..0d67a98b 100644 --- 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; |