summaryrefslogtreecommitdiff
path: root/src/cmd/gc/const.c
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-10-03 16:23:02 -0700
committerRuss Cox <rsc@golang.org>2008-10-03 16:23:02 -0700
commit166ec4d254223c4d6def736e4c572d05176a8477 (patch)
tree6ad132d1357b481bd1b6d31871658c691aba67f4 /src/cmd/gc/const.c
parentd051793b3248f7d091c0c3ac2cbfeb11410f865b (diff)
downloadgolang-166ec4d254223c4d6def736e4c572d05176a8477.tar.gz
silence gcc warnings
R=ken OCL=16449 CL=16466
Diffstat (limited to 'src/cmd/gc/const.c')
-rw-r--r--src/cmd/gc/const.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/gc/const.c b/src/cmd/gc/const.c
index 649b548a8..a22cbbc13 100644
--- a/src/cmd/gc/const.c
+++ b/src/cmd/gc/const.c
@@ -9,7 +9,6 @@ void
convlit(Node *n, Type *t)
{
int et;
- Node *n1;
if(n == N || t == T)
return;