Remove dead code from UserModule (how did this even get here?)
This commit is contained in:
@@ -304,9 +304,6 @@ object_ref<XThread> UserModule::Launch(uint32_t flags) {
|
||||
return thread;
|
||||
}
|
||||
|
||||
return X_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
void UserModule::Dump() {
|
||||
if (module_format_ == kModuleFormatElf) {
|
||||
// Quick die.
|
||||
|
||||
Reference in New Issue
Block a user