diff options
| author | rsc <devnull@localhost> | 2005-07-13 21:43:14 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2005-07-13 21:43:14 +0000 |
| commit | 7635ebf65a09a3524a8c6de6f8bc90116640220e (patch) | |
| tree | e11f7f8b2cd288ecc5ed5277870454352772dc29 /src/cmd/postscript/tr2post | |
| parent | a8ec4910fd7d67df09ca79179dff8a344cc13cf2 (diff) | |
unused.var
Diffstat (limited to 'src/cmd/postscript/tr2post')
| -rw-r--r-- | src/cmd/postscript/tr2post/Bgetfield.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/postscript/tr2post/Bgetfield.c b/src/cmd/postscript/tr2post/Bgetfield.c index d976b40a..5e49e55e 100644 --- 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; |