remove the 'opts' global from test.c and exec.c as opts.c defines it and is linked into both the testsuite and qcvm

This commit is contained in:
Wolfgang Bumiller 2013-08-14 12:09:26 +02:00
parent 586a70ea1d
commit 3ece4a964f
2 changed files with 0 additions and 4 deletions

2
exec.c
View file

@ -591,8 +591,6 @@ cleanup:
#if defined(QCVM_EXECUTOR)
#include <math.h>
opts_cmd_t opts;
const char *type_name[TYPE_COUNT] = {
"void",
"string",

2
test.c
View file

@ -27,8 +27,6 @@
#include "gmqcc.h"
opts_cmd_t opts;
static const char *task_bins[] = {
"./gmqcc",
"./qcvm"