aboutsummaryrefslogtreecommitdiffstats
path: root/lcc/src/sym.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcc/src/sym.c')
-rw-r--r--lcc/src/sym.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lcc/src/sym.c b/lcc/src/sym.c
index 723cdd4..2a1cfeb 100644
--- a/lcc/src/sym.c
+++ b/lcc/src/sym.c
@@ -296,7 +296,6 @@ Symbol mksymbol(int sclass, const char *name, Type ty) {
/* vtoa - return string for the constant v of type ty */
char *vtoa(Type ty, Value v) {
- char buf[50];
ty = unqual(ty);
switch (ty->op) {