From a27a22da0320ae93339f4c1be74787ee36719f77 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Fri, 14 Mar 2008 16:23:31 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20421615=20-=20"unused=20variable=20=C3=A2?= =?UTF-8?q?=C2=80=C2=98tmp=C3=A2=C2=80=C2=99=20in=20NS=5FIMPL=5FCYCLE=5FCO?= =?UTF-8?q?LLECTION=5F0"=20[p=3Dtuukka.tolvanen@gmail.com=20(Tuukka=20Tolv?= =?UTF-8?q?anen=20[sp3000])=20r+sr=3Ddbaron=20a1.9=3Dbeltzner]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@247835 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/glue/nsCycleCollectionParticipant.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/xpcom/glue/nsCycleCollectionParticipant.h b/mozilla/xpcom/glue/nsCycleCollectionParticipant.h index 8d14ac8471a..ad977a59f07 100644 --- a/mozilla/xpcom/glue/nsCycleCollectionParticipant.h +++ b/mozilla/xpcom/glue/nsCycleCollectionParticipant.h @@ -604,8 +604,7 @@ NS_CYCLE_COLLECTION_PARTICIPANT_INSTANCE #define NS_IMPL_CYCLE_COLLECTION_0(_class) \ NS_IMPL_CYCLE_COLLECTION_CLASS(_class) \ - NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN(_class) \ - NS_IMPL_CYCLE_COLLECTION_UNLINK_END \ + NS_IMPL_CYCLE_COLLECTION_UNLINK_0(_class) \ NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN(_class) \ NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END