]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - exec.c
Implement constant folding on ternary operations via fold_cond.
[xonotic/gmqcc.git] / exec.c
diff --git a/exec.c b/exec.c
index 4fcb683561a2aceef6e15fdfc662e631a2f522f5..c4de8addec619b8d9521a7925d258d17907abcae 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -30,7 +30,6 @@
 
 #include "gmqcc.h"
 
-opts_cmd_t   opts; /* command line options */
 static void loaderror(const char *fmt, ...)
 {
     int     err = errno;