remove unused code

This commit is contained in:
Akash Mozumdar 2018-06-15 07:43:32 -04:00
parent a422fca50d
commit 39e439e4b1
2 changed files with 1 additions and 1362 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,15 +20,7 @@ DWORD IthGetMemoryRange(LPCVOID mem, DWORD *base, DWORD *size);
DWORD GetExportAddress(DWORD hModule,DWORD hash);
} // extern "C"
#ifdef ITH_HAS_HEAP
extern HANDLE hHeap; // used in ith/common/memory.h
#endif // ITH_HAS_HEAP
extern DWORD current_process_id;
extern DWORD debug;
extern BYTE LeadByteTable[];
extern LPVOID page;
extern BYTE launch_time[];
inline DWORD GetHash(LPSTR str)
{
@ -39,6 +31,4 @@ inline DWORD GetHash(LPSTR str)
return hash;
}
BOOL IthIsWine();
// EOF