From 0bf5ab8b0f621dba03cc7d7cf2a2848b697e5b85 Mon Sep 17 00:00:00 2001 From: "beard%netscape.com" Date: Tue, 22 Sep 1998 22:02:33 +0000 Subject: [PATCH] Removed redundant (wrong) declaration of local variable err from GetLiveconnect(), which was shadowing another declaration of err in an outer scope. git-svn-id: svn://10.0.0.236/trunk@10708 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/src/nsplugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/modules/plugin/src/nsplugin.cpp b/mozilla/modules/plugin/src/nsplugin.cpp index 86bd2b82d23..afebc39140c 100644 --- a/mozilla/modules/plugin/src/nsplugin.cpp +++ b/mozilla/modules/plugin/src/nsplugin.cpp @@ -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,