From 2b4395ef82c4268318ee5626c4a5e94b35c3add6 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Tue, 14 May 2002 20:35:18 +0000 Subject: [PATCH] #144554 r=me, sr=blizzard OS/2 - remove stupid code that broke mail migration --- xpcom/io/nsLocalFileOS2.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xpcom/io/nsLocalFileOS2.cpp b/xpcom/io/nsLocalFileOS2.cpp index 45af1767d57b..21f6672218a2 100644 --- a/xpcom/io/nsLocalFileOS2.cpp +++ b/xpcom/io/nsLocalFileOS2.cpp @@ -2307,10 +2307,6 @@ nsLocalFile::AppendRelativePath(const nsAString &node) return NS_OK; nsXPIDLCString tmp; - - if (tmp.IsEmpty()) - return NS_OK; - nsresult rv = UCS2toFS(PromiseFlatString(node).get(), getter_Copies(tmp)); if (NS_SUCCEEDED(rv))