Skip to content

Commit

Permalink
remove unused buffer from previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
saulfabregwiivc committed Nov 3, 2023
1 parent 4423add commit 2f8b3f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/rom_gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ int isROMEEPROM16k()
/* Loads the ROM into the ROM cache */
int rom_read(fileBrowser_file* file){

char buffer[1024];
int i;

rom_file = file;
Expand Down

0 comments on commit 2f8b3f5

Please sign in to comment.