Forgot a review nit from darin (bug 267455)

This commit is contained in:
bsmedberg%covad.net 2004-11-08 05:06:46 +00:00
Родитель 7b75ddfadb
Коммит 863e179ef5
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -958,7 +958,7 @@ public:
NS_DECL_NSIFACTORY
nsSingletonFactory(nsISupports* aSingleton);
~nsSingletonFactory();
~nsSingletonFactory() { }
private:
nsCOMPtr<nsISupports> mSingleton;
@ -970,9 +970,6 @@ nsSingletonFactory::nsSingletonFactory(nsISupports* aSingleton)
NS_ASSERTION(mSingleton, "Singleton was null!");
}
nsSingletonFactory::~nsSingletonFactory()
{ }
NS_IMPL_ISUPPORTS1(nsSingletonFactory, nsIFactory)
NS_IMETHODIMP