Bug 880754 - Remove unused PointerSet typedef. r=khuey

This commit is contained in:
Andrew McCreight 2013-06-10 10:12:17 -07:00
parent e499a38300
commit 39cce294b2

View File

@ -635,10 +635,6 @@ struct GCGraph
}
};
// XXX Would be nice to have an nsHashSet<KeyType> API that has
// Add/Remove/Has rather than PutEntry/RemoveEntry/GetEntry.
typedef nsTHashtable<nsPtrHashKey<const void> > PointerSet;
static nsISupports *
CanonicalizeXPCOMParticipant(nsISupports *in)
{