ref: ae41f49f09de058a500a02f4a0fa2b463b8b44de
parent: 3df2b18398544184e78446a9e9e25d5be343cf1c
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Feb 16 14:40:50 EST 2014
mothra: remove unused local variables from pl_nextc()
--- a/sys/src/cmd/mothra/rdhtml.c
+++ b/sys/src/cmd/mothra/rdhtml.c
@@ -219,8 +219,7 @@
}
int pl_nextc(Hglob *g){
int c;
- int n;
- Rune r;
+
if(g->heof) return EOF;
if(g->npeekc!=0) return g->peekc[--g->npeekc];
c=pl_readc(g);