Remove an extra, incorrect comment I accidently left in.

Not part of the build.


git-svn-id: svn://10.0.0.236/trunk@101619 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
markh%activestate.com
2001-08-22 04:16:37 +00:00
parent ac060ce4e2
commit d25f7195de

View File

@@ -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);