Commit Diff


commit - a8ec4910fd7d67df09ca79179dff8a344cc13cf2
commit + 7635ebf65a09a3524a8c6de6f8bc90116640220e
blob - d976b40a532a695c206a202ccf079606c0496039
blob + 5e49e55efadd6c0fef35ace3442e9535de0e059d
--- src/cmd/postscript/tr2post/Bgetfield.c
+++ src/cmd/postscript/tr2post/Bgetfield.c
@@ -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;