From: Wolfgang (Blub) Bumiller Date: Sun, 2 Dec 2012 10:58:15 +0000 (+0100) Subject: Remove an unused variable qc_stof X-Git-Tag: 0.1.9~129^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e8a1b7e71c847d25e0eb8f08783289f53a6ac615;p=xonotic%2Fgmqcc.git Remove an unused variable qc_stof --- diff --git a/exec.c b/exec.c index cc05630..f9daf0d 100644 --- 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);