summaryrefslogtreecommitdiff
path: root/src/vm/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/threads.h')
-rw-r--r--src/vm/threads.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vm/threads.h b/src/vm/threads.h
index 9dfa6ef6fb..fc8ed94cef 100644
--- a/src/vm/threads.h
+++ b/src/vm/threads.h
@@ -2492,9 +2492,6 @@ public:
return m_Context;
}
-#ifdef FEATURE_REMOTING
- void SetExposedContext(Context *c);
-#endif
// This callback is used when we are executing in the EE and discover that we need
// to switch appdomains.