From ef1276ce41f1d5a791f5a68d389b7aedc12e58e2 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Wed, 25 Sep 2002 17:55:39 +0000 Subject: [PATCH] Urgent OS/2 fix - port change for 164190 to OS/2 --- xpcom/io/nsLocalFileOS2.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/xpcom/io/nsLocalFileOS2.cpp b/xpcom/io/nsLocalFileOS2.cpp index 613a8ffe2569..3f622afabbd1 100644 --- a/xpcom/io/nsLocalFileOS2.cpp +++ b/xpcom/io/nsLocalFileOS2.cpp @@ -985,8 +985,6 @@ nsLocalFile::CopyMove(nsIFile *aParentDir, const nsACString &newName, PRBool fol if (newName.IsEmpty()) return NS_ERROR_INVALID_ARG; - move = PR_TRUE; - rv = GetParent(getter_AddRefs(newParentDir)); if (NS_FAILED(rv)) return rv;