remove extraneous comment (this isn't true anymore)

This commit is contained in:
alecf%netscape.com 1999-08-06 20:43:43 +00:00
Родитель 4d190fc2c4
Коммит 8795488d8f
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -64,8 +64,6 @@ nsMsgRDFDataSource::QueryInterface(const nsIID& iid, void **result)
if (! result)
return NS_ERROR_NULL_POINTER;
// we have to use kISupportsIID and do the static cast for nsISupports
// because otherwise gcc/egcs complains about an ambiguous nsISupports
void *res=nsnull;
if (iid.Equals(nsCOMTypeInfo<nsIRDFDataSource>::GetIID()) ||