]> granicus.if.org Git - fortune-mod/commitdiff
refactoring: ifndef is always true
authorShlomi Fish <shlomif@shlomifish.org>
Sat, 20 Nov 2021 07:27:43 +0000 (09:27 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Sat, 20 Nov 2021 07:27:43 +0000 (09:27 +0200)
fortune-mod/fortune/fortune.c

index 7767fb7d8956f7602805b4942cf4382b0df96891..1d66dd2415bbd2d8a694e375bd06634c844c46c6 100644 (file)
@@ -1799,10 +1799,7 @@ int main(int argc, char *argv[])
     }
 #endif
 
-#ifndef DONT_CALL_GETARGS
     getargs(argc, argv);
-#endif
-
 #ifdef WITH_RECODE
     outer = recode_new_outer(true);
     request = recode_new_request(outer);