plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 7635ebf65a09a3524a8c6de6f8bc90116640220e
parent a8ec4910fd7d67df09ca79179dff8a344cc13cf2
Author: rsc <devnull@localhost>
Date:   Wed, 13 Jul 2005 21:43:14 +0000

unused.var

Diffstat:
Msrc/cmd/postscript/tr2post/Bgetfield.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/cmd/postscript/tr2post/Bgetfield.c b/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;