summaryrefslogtreecommitdiff
path: root/xpcom/glue/standalone/nsXPCOMGlue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xpcom/glue/standalone/nsXPCOMGlue.cpp')
-rw-r--r--xpcom/glue/standalone/nsXPCOMGlue.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/xpcom/glue/standalone/nsXPCOMGlue.cpp b/xpcom/glue/standalone/nsXPCOMGlue.cpp
index 67b7cbc4a..16adfd102 100644
--- a/xpcom/glue/standalone/nsXPCOMGlue.cpp
+++ b/xpcom/glue/standalone/nsXPCOMGlue.cpp
@@ -961,15 +961,6 @@ NS_CycleCollectorSuspect2(void* obj, nsCycleCollectionParticipant *p)
return xpcomFunctions.cycleSuspect2Func(obj, p);
}
-XPCOM_API(void)
-NS_CycleCollectorSuspect3(void* obj, nsCycleCollectionParticipant *p,
- nsCycleCollectingAutoRefCnt* aRefCnt,
- bool* aShouldDelete)
-{
- if (xpcomFunctions.cycleSuspect3Func)
- xpcomFunctions.cycleSuspect3Func(obj, p, aRefCnt, aShouldDelete);
-}
-
XPCOM_API(bool)
NS_CycleCollectorForget2(nsPurpleBufferEntry* e)
{