]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - main.c
Fixing a shadowing in ir.c
[xonotic/gmqcc.git] / main.c
diff --git a/main.c b/main.c
index 2078079ad6beb33c3a4629f2d61e24d3007c7a5c..3ebbcc981c779a97811cfc93b62bebf0e6617242 100644 (file)
--- a/main.c
+++ b/main.c
@@ -384,7 +384,6 @@ static bool options_parse(int argc, char **argv) {
         else
         {
             /* it's a QC filename */
-            argitem item;
             item.filename = argv[0];
             item.type     = TYPE_QC;
             vec_push(items, item);