]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
There is no bug since the testsuite uses -o for preprocessed output (thus the printf...
authorDale Weiler <killfieldengine@gmail.com>
Sat, 31 Aug 2013 13:53:19 +0000 (09:53 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Sat, 31 Aug 2013 13:53:19 +0000 (09:53 -0400)
main.c

diff --git a/main.c b/main.c
index 70d46c5784295f84b6b970d0bca06fcf7247e7ff..33bde557176bf0d3a5c6ab9a4077551334f37606 100644 (file)
--- a/main.c
+++ b/main.c
@@ -568,8 +568,6 @@ int main(int argc, char **argv) {
 
     util_seed(time(0));
 
-    printf("size is: %u\n", (unsigned)sizeof(opts_cmd_t));
-
     if (!options_parse(argc, argv)) {
         return usage();
     }