From 23923fa9bdc50b0eb54d69d92a2ac382fff27760 Mon Sep 17 00:00:00 2001 From: crc Date: Wed, 30 Dec 2020 15:22:42 +0000 Subject: [PATCH] toolchain: remove unused variables in retro-muri FossilOrigin-Name: e9e3f69a67374ffd1aa3c88468acc878f40c103d7c1b6a35079b21fa42c0a402 --- tools/retro-muri.c | 2 -- 1 file changed, 2 deletions(-) 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, "```");