mirror of
https://github.com/xenia-project/xenia.git
synced 2026-01-07 01:00:40 +01:00
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 a new issue