Skip to content

Commit 9b4dbca

Browse files
committed
Get rid of commented out check for .comment section
1 parent ab769c3 commit 9b4dbca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/supportpsx/binloader.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,6 @@ bool loadELF(IO<File> file, IO<File> dest, BinaryLoader::Info& info, std::map<ui
231231

232232
auto name = psec->get_name();
233233
if (StringsHelpers::endsWith(name, "_Header")) continue;
234-
#if 0
235-
if (StringsHelpers::startsWith(name, ".comment")) continue;
236-
#endif
237234

238235
auto size = psec->get_size();
239236
auto data = psec->get_data();

0 commit comments

Comments
 (0)