tunused.var - 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 7635ebf65a09a3524a8c6de6f8bc90116640220e
DIR parent a8ec4910fd7d67df09ca79179dff8a344cc13cf2
HTML Author: rsc <devnull@localhost>
Date: Wed, 13 Jul 2005 21:43:14 +0000
unused.var
Diffstat:
M src/cmd/postscript/tr2post/Bgetfie… | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/postscript/tr2post/Bgetfield.c b/src/cmd/postscript/tr2post/Bgetfield.c
t@@ -59,7 +59,6 @@ int
Bgetfield(Biobuf *bp, int type, void *thing, int size) {
int r;
Rune R;
- char c[UTFmax];
int sindex = 0, i, j, n = 0;
int negate = 0;
int base = 10;