Remove an unused variable qc_stof

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-12-02 11:58:15 +01:00
parent 79b8435877
commit e8a1b7e71c

1
exec.c
View file

@ -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);