Skip to content

Commit 3063250

Browse files
committed
Minor refactor
1 parent d25f4ba commit 3063250

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

platforms/shared/desktop/gui_debug_disassembler.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ void gui_debug_load_symbols_file(const char* file_path)
200200
line = line.substr(0, comment);
201201
line = line.erase(0, line.find_first_not_of(" \t\r\n"));
202202
line = line.erase(line.find_last_not_of(" \t\r\n") + 1);
203-
while (line[0] == ' ')
204-
line = line.substr(1);
205203

206204
if (line.find("Bank") == 0)
207205
continue;

0 commit comments

Comments
 (0)