URI:
       tlibventi: remove unused variable - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 3d424a64ec863d963784bab7faf595fafef14832
   DIR parent afaa1397f3b6fd24329c21a871f40f01bb70f130
  HTML Author: Russ Cox <rsc@swtch.com>
       Date:   Tue, 23 Dec 2008 13:02:20 -0800
       
       libventi: remove unused variable
       
       Diffstat:
         M src/libventi/log.c                  |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/src/libventi/log.c b/src/libventi/log.c
       t@@ -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;