summaryrefslogtreecommitdiff
path: root/src/gc/objecthandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc/objecthandle.h')
-rw-r--r--src/gc/objecthandle.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gc/objecthandle.h b/src/gc/objecthandle.h
index 6ae75b45e9..6b8bcb70ed 100644
--- a/src/gc/objecthandle.h
+++ b/src/gc/objecthandle.h
@@ -72,8 +72,6 @@ uint32_t GetVariableHandleType(OBJECTHANDLE handle);
void UpdateVariableHandleType(OBJECTHANDLE handle, uint32_t type);
uint32_t CompareExchangeVariableHandleType(OBJECTHANDLE handle, uint32_t oldType, uint32_t newType);
-void GCHandleValidatePinnedObject(OBJECTREF obj);
-
/*
* Convenience prototypes for using the global handles
*/