remove ugly ThreadImpl::GetCrashHandle

This commit is contained in:
Glenn Maynard
2004-09-07 03:05:56 +00:00
parent 0ce4716c0e
commit 3f615baa8d
4 changed files with 0 additions and 9 deletions
@@ -35,7 +35,6 @@ public:
void Halt( bool Kill );
void Resume();
uint64_t GetThreadId() const;
uint64_t GetCrashHandle() const { return GetThreadId(); }
int Wait();
};