diff --git a/tools/retro-muri.c b/tools/retro-muri.c index 0434a3d..8a1a347 100644 --- a/tools/retro-muri.c +++ b/tools/retro-muri.c @@ -258,8 +258,6 @@ void pass5(char *buffer) { int main(int argc, char **argv) { - int tests = 0; - int i = 1; strcpy(code_start, "~~~"); strcpy(code_end, "~~~"); strcpy(test_start, "```");