aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-04-16 12:56:59 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-04-16 12:56:59 -0400
commit98b93bb15922974feb06103bea06ec305e17b2ce (patch)
tree2441c0ea8130fd8beeead9b0993bcbd81b8c64ed
parentd4912358121f84f0a1782c3ae40383dbfaa13818 (diff)
Remove (void)argc/v
-rw-r--r--tomo.c2
1 files changed, 0 insertions, 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"