]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Remove an unused variable qc_stof
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 2 Dec 2012 10:58:15 +0000 (11:58 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 2 Dec 2012 10:58:15 +0000 (11:58 +0100)
exec.c

diff --git a/exec.c b/exec.c
index cc05630f0ed2eca6694ea00444b9f89ef884ded3..f9daf0de45904671331fbb5ac425a28c7c6e8a07 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -694,7 +694,6 @@ static int qc_ftos(qc_program *prog)
 
 static int qc_stof(qc_program *prog)
 {
-    char buffer[512];
     qcany *str;
     qcany num;
     CheckArgs(1);