diff --git a/mozilla/xpcom/io/nsLocalFileWin.cpp b/mozilla/xpcom/io/nsLocalFileWin.cpp index 1c461ba6ee2..c6b637cd61f 100644 --- a/mozilla/xpcom/io/nsLocalFileWin.cpp +++ b/mozilla/xpcom/io/nsLocalFileWin.cpp @@ -1001,8 +1001,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;