Removed redundant (wrong) declaration of local variable err from GetLiveconnect(), which was shadowing another declaration of err in an outer scope.

This commit is contained in:
beard%netscape.com 1998-09-22 22:02:33 +00:00
parent 92dd15691d
commit dc668a9b8b

View File

@ -311,7 +311,6 @@ nsPluginManager::GetLiveconnect(const nsIID& aIID)
threadAttached = PR_AttachThread(PR_USER_THREAD, PR_PRIORITY_NORMAL, NULL);
}
NS_DEFINE_CID(kCLiveconnectCID, NS_CLIVECONNECT_CID);
nsresult err = NS_OK;
err = nsRepository::CreateInstance(kCLiveconnectCID,
(nsIPluginManager*)this, /* outer */
kISupportsIID,