sal/osl/w32/file_dirvol.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit ef0e15aaefad8347fc4a3c71771de07e370eda2f
Author: Julien Nabet <[email protected]>
AuthorDate: Fri Mar 4 17:38:21 2022 +0100
Commit: Julien Nabet <[email protected]>
CommitDate: Fri Mar 4 20:41:31 2022 +0100
Remove useless comment on a commented line since always
(sal/w32/file_dirvol)
git history gives:
commit b76cb86eaa0aec1d02c5ff29c5a43e1e7a675b27
Author: Oliver Bolte <[email protected]>
Date: Wed Sep 9 09:38:41 2009 +0000
CWS-TOOLING: integrate CWS mhu20
where it was already commented and from sal/osl/w32/file.cxx
then digging a bit more gives:
commit 73cd79644d4355de483b0d0c04fba034ac02795b
Author: RĂ¼diger Timm <[email protected]>
Date: Mon Oct 17 13:52:03 2005 +0000
INTEGRATION: CWS perform05 (1.5.52); FILE MERGED
where it's also already commented.
=> No need to keep this
Change-Id: I3e8892e8c8f4e76d2e05a8bd158e77418a12eb38
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131030
Tested-by: Julien Nabet <[email protected]>
Reviewed-by: Julien Nabet <[email protected]>
diff --git a/sal/osl/w32/file_dirvol.cxx b/sal/osl/w32/file_dirvol.cxx
index f5995f8de391..dc90f474dcfe 100644
--- a/sal/osl/w32/file_dirvol.cxx
+++ b/sal/osl/w32/file_dirvol.cxx
@@ -1019,9 +1019,6 @@ oslFileError SAL_CALL osl_getDirectoryItem(rtl_uString
*strFilePath, oslDirector
CopyMemory(&pItemImpl->FindData, &aFindData,
sizeof(WIN32_FIND_DATAW));
pItemImpl->m_sFullPath = strSysFilePath;
- // MT: This costs 600ms startup time on fast v60x!
- // GetCaseCorrectPathName( pItemImpl->szFullPath,
pItemImpl->szFullPath, sizeof(pItemImpl->szFullPath) );
-
pItemImpl->uType = DIRECTORYITEM_FILE;
*pItem = pItemImpl;
}