remove return that wasn't needed
This commit is contained in:
parent
40bc2992b2
commit
9a7c45bda7
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user