Skip to content

Commit

Permalink
OS/2 bustage - two argArrays
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaply%us.ibm.com committed Jan 17, 2003
1 parent 6b4cb99 commit 1095765
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xpfe/bootstrap/nsNativeAppSupportOS2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1095765

Please sign in to comment.