summaryrefslogtreecommitdiff
path: root/src/gc/env/gcenv.base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc/env/gcenv.base.h')
-rw-r--r--src/gc/env/gcenv.base.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gc/env/gcenv.base.h b/src/gc/env/gcenv.base.h
index fb2f9da488..6c878c1c21 100644
--- a/src/gc/env/gcenv.base.h
+++ b/src/gc/env/gcenv.base.h
@@ -420,12 +420,6 @@ typedef PTR_PTR_Object PTR_UNCHECKED_OBJECTREF;
class Thread;
-inline bool IsGCSpecialThread()
-{
- // [LOCALGC TODO] this is not correct
- return false;
-}
-
inline bool dbgOnly_IsSpecialEEThread()
{
return false;
@@ -454,12 +448,6 @@ namespace ETW
} GC_ROOT_KIND;
};
-inline bool IsGCThread()
-{
- // [LOCALGC TODO] this is not correct
- return false;
-}
-
inline bool FitsInU1(uint64_t val)
{
return val == (uint64_t)(uint8_t)val;