Remove an extra, incorrect comment I accidently left in.

Not part of the build.
This commit is contained in:
markh%activestate.com 2001-08-22 04:16:37 +00:00
Родитель c4aa043a0d
Коммит 3aadbe293c
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -395,7 +395,6 @@ PyG_Base::GetWeakReference(nsIWeakReference **ret)
}
NS_PRECONDITION(ret, "null pointer");
if (ret==nsnull) return NS_ERROR_INVALID_POINTER;
// explicit QI back to nsISupports
if (!m_pWeakRef) {
// First query for a weak reference - create it.
m_pWeakRef = new PyXPCOM_GatewayWeakReference(this);