unused.var

This commit is contained in:
rsc 2005-07-13 21:43:14 +00:00
parent a8ec4910fd
commit 7635ebf65a

View file

@ -59,7 +59,6 @@ int
Bgetfield(Biobuf *bp, int type, void *thing, int size) { Bgetfield(Biobuf *bp, int type, void *thing, int size) {
int r; int r;
Rune R; Rune R;
char c[UTFmax];
int sindex = 0, i, j, n = 0; int sindex = 0, i, j, n = 0;
int negate = 0; int negate = 0;
int base = 10; int base = 10;