Remove dead code from UserModule (how did this even get here?)
This commit is contained in:
parent
0b5def1ff6
commit
e4e1bc1060
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue