]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test.c
remove the 'opts' global from test.c and exec.c as opts.c defines it and is linked...
[xonotic/gmqcc.git] / test.c
diff --git a/test.c b/test.c
index 1e303fda216114cae4a89b9236103af486a83f41..d3132e25c342f807529630552c4480d406a11c47 100644 (file)
--- a/test.c
+++ b/test.c
@@ -27,8 +27,6 @@
 
 #include "gmqcc.h"
 
-opts_cmd_t opts;
-
 static const char *task_bins[] = {
     "./gmqcc",
     "./qcvm"