Remove unused XboxkrnlModule::LaunchModule

This commit is contained in:
Dr. Chat
2015-12-02 14:20:56 -06:00
committed by Ben Vanik
parent 442f063ddf
commit 8a9493a048
2 changed files with 0 additions and 29 deletions

View File

@@ -32,8 +32,6 @@ class XboxkrnlModule : public KernelModule {
static void RegisterExportTable(xe::cpu::ExportResolver* export_resolver);
int LaunchModule(const char* path);
private:
std::unique_ptr<xe::threading::HighResolutionTimer> timestamp_timer_;
};