Bug 880754 - Remove unused PointerSet typedef. r=khuey

This commit is contained in:
Andrew McCreight 2013-06-10 10:12:17 -07:00
parent 94ae55944b
commit 534a8682ae

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)
{