remove return that wasn't needed

This commit is contained in:
Jeremy 2024-02-11 02:05:00 -06:00
parent 40bc2992b2
commit 9a7c45bda7
No known key found for this signature in database
GPG Key ID: BE03111EB7ED6E2E

View File

@ -178,7 +178,6 @@ namespace detail {
}
// somehow no __TEXT section was found...
throw std::runtime_error("Couldn't find __TEXT section while parsing Mach-O object");
return 0;
}
std::size_t get_fat_index() const {