mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
remove unused variable argn (no longer needed due to getopt(3) usage)
This commit is contained in:
@@ -173,7 +173,6 @@ main(int argc, char *argv[])
|
||||
int ch;
|
||||
char *ep;
|
||||
|
||||
int argn = 1;
|
||||
char filename[512];
|
||||
char cartname[32];
|
||||
char nlicensee[3];
|
||||
|
||||
Reference in New Issue
Block a user