Debugger: Remove redundant ifdef

This commit is contained in:
Vicki Pfau 2024-07-07 11:08:29 -07:00
parent bdffa83e6b
commit 5ebf3822cc
1 changed files with 0 additions and 2 deletions

View File

@ -1427,9 +1427,7 @@ static void _loadSymbols(struct CLIDebugger* debugger, struct CLIDebugVector* dv
#ifdef USE_ELF
struct ELF* elf = ELFOpen(vf);
if (elf) {
#ifdef ENABLE_DEBUGGERS
mCoreLoadELFSymbols(symbolTable, elf);
#endif
ELFClose(elf);
} else
#endif