From e8a1b7e71c847d25e0eb8f08783289f53a6ac615 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Sun, 2 Dec 2012 11:58:15 +0100 Subject: [PATCH] Remove an unused variable qc_stof --- exec.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.2