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 thread;
|
||||||
}
|
}
|
||||||
|
|
||||||
return X_STATUS_SUCCESS;
|
|
||||||
}
|
|
||||||
|
|
||||||
void UserModule::Dump() {
|
void UserModule::Dump() {
|
||||||
if (module_format_ == kModuleFormatElf) {
|
if (module_format_ == kModuleFormatElf) {
|
||||||
// Quick die.
|
// Quick die.
|
||||||
|
|||||||
Reference in New Issue
Block a user