summaryrefslogtreecommitdiff
path: root/src/vm/marshalnative.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/marshalnative.h')
-rw-r--r--src/vm/marshalnative.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vm/marshalnative.h b/src/vm/marshalnative.h
index cff3f7eb63..872f784146 100644
--- a/src/vm/marshalnative.h
+++ b/src/vm/marshalnative.h
@@ -80,7 +80,6 @@ public:
static FCDECL3(VOID, GCHandleInternalSet, OBJECTHANDLE handle, Object *obj, CLR_BOOL isPinned);
static FCDECL4(Object*, GCHandleInternalCompareExchange, OBJECTHANDLE handle, Object *obj, Object* oldObj, CLR_BOOL isPinned);
static FCDECL1(LPVOID, GCHandleInternalAddrOfPinnedObject, OBJECTHANDLE handle);
- static FCDECL1(VOID, GCHandleInternalCheckDomain, OBJECTHANDLE handle);
static FCDECL1(INT32, GCHandleInternalGetHandleType, OBJECTHANDLE handle);
static FCDECL2(Object*, GetDelegateForFunctionPointerInternal, LPVOID FPtr, ReflectClassBaseObject* refTypeUNSAFE);