Remove dead code from UserModule (how did this even get here?)

This commit is contained in:
Dr. Chat 2015-12-02 14:28:54 -06:00 committed by Ben Vanik
parent 0b5def1ff6
commit e4e1bc1060
1 changed files with 0 additions and 3 deletions

View File

@ -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.