From 98b93bb15922974feb06103bea06ec305e17b2ce Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 16 Apr 2024 12:56:59 -0400 Subject: Remove (void)argc/v --- tomo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tomo.c b/tomo.c index 834732e6..054b9e44 100644 --- a/tomo.c +++ b/tomo.c @@ -317,8 +317,6 @@ int compile_executable(const char *filename, const char *object_files) "#include \"", filename, ".h\"\n" "\n" "int main(int argc, char *argv[]) {\n" - "(void)argc;\n" - "(void)argv;\n" "GC_INIT();\n" "srand(arc4random_uniform(UINT32_MAX));\n" "srand48(arc4random_uniform(UINT32_MAX));\n" -- cgit v1.2.3