Skip to content

Commit

Permalink
-Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-gomez-windhover committed Aug 26, 2024
1 parent 705b578 commit cbfad85
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Juicer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3547,10 +3547,7 @@ Symbol *Juicer::process_DW_TAG_typedef(ElfFile &elf, Dwarf_Debug dbg, Dwarf_Die
}
else
{
if ("CFE_MSG_TelemetryHeader" == baseTypeSymbol->getName())
{
std::cout << "break;";
}
// FIXME:Handle else case
}
}

Expand Down

0 comments on commit cbfad85

Please sign in to comment.