libventi: remove unused variable

This commit is contained in:
Russ Cox 2008-12-23 13:02:20 -08:00
parent afaa1397f3
commit 3d424a64ec

View file

@ -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;