Remove unused execution_info_ptr

This commit is contained in:
Dr. Chat
2015-06-27 22:08:52 -05:00
parent 7372dd4d8d
commit 169cb65d96
4 changed files with 19 additions and 31 deletions

View File

@@ -28,8 +28,6 @@ class XUserModule : public XModule {
xe_xex2_ref xex();
const xe_xex2_header_t* xex_header();
uint32_t execution_info_ptr() const { return execution_info_ptr_; }
X_STATUS LoadFromFile(std::string path);
X_STATUS LoadFromMemory(const void* addr, const size_t length);
@@ -45,7 +43,6 @@ class XUserModule : public XModule {
private:
xe_xex2_ref xex_;
uint32_t xex_header_;
uint32_t execution_info_ptr_;
};
} // namespace kernel