mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
Remove an unused variable qc_stof
This commit is contained in:
parent
79b8435877
commit
e8a1b7e71c
1 changed files with 0 additions and 1 deletions
1
exec.c
1
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);
|
||||
|
|
Loading…
Reference in a new issue