OS/2 bustage - two argArrays

git-svn-id: svn://10.0.0.236/trunk@136521 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2003-01-17 13:41:39 +00:00
parent 8fc4b620a5
commit b024543681

View File

@@ -2306,7 +2306,6 @@ nsNativeAppSupportOS2::StartServerMode() {
}
// Create the array for the arguments.
nsCOMPtr<nsISupportsArray> argArray;
nsCOMPtr<nsISupportsArray> argArray = do_CreateInstance(NS_SUPPORTSARRAY_CONTRACTID);
if ( !argArray ) {
return NS_OK;