From 2175e21fb94ecb9a266b656c0efa9f7197072006 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 24 Jan 2012 16:44:28 +0200 Subject: Bin incorrect claim in comment --- sal/osl/unx/file_misc.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/sal/osl/unx/file_misc.cxx b/sal/osl/unx/file_misc.cxx index 06bb72b80e20..52e73cb188c6 100644 --- a/sal/osl/unx/file_misc.cxx +++ b/sal/osl/unx/file_misc.cxx @@ -914,7 +914,6 @@ static oslFileError oslDoCopy(const sal_Char* pszSourceFileName, const sal_Char* /* Quick fix for #106048, the whole copy file function seems to be erroneous anyway and needs to be rewritten. - Besides osl_copyFile is currently not used from OO/SO code. */ memset(pszTmpDestFile, 0, size_tmp_dest_buff); -- cgit