toolchain: remove unused variables in retro-muri
FossilOrigin-Name: e9e3f69a67374ffd1aa3c88468acc878f40c103d7c1b6a35079b21fa42c0a402
This commit is contained in:
parent
e551db2d83
commit
23923fa9bd
1 changed files with 0 additions and 2 deletions
|
@ -258,8 +258,6 @@ void pass5(char *buffer) {
|
||||||
|
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
int tests = 0;
|
|
||||||
int i = 1;
|
|
||||||
strcpy(code_start, "~~~");
|
strcpy(code_start, "~~~");
|
||||||
strcpy(code_end, "~~~");
|
strcpy(code_end, "~~~");
|
||||||
strcpy(test_start, "```");
|
strcpy(test_start, "```");
|
||||||
|
|
Loading…
Reference in a new issue