summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-06 11:38:17 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-07 13:45:18 +0200
commit5502be9695b67b094d581d108dc9ebddc161cc60 (patch)
tree9e1024074e11d9fd318689a46afac0e03103415a /tools
parent397a11f68e0c73c76729e03aa5cbc48922b13473 (diff)
Remove commented out code
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
Diffstat (limited to 'tools')
-rw-r--r--tools/source/fsys/dirent.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/source/fsys/dirent.cxx b/tools/source/fsys/dirent.cxx
index 1e944b954298..5102fde42d91 100644
--- a/tools/source/fsys/dirent.cxx
+++ b/tools/source/fsys/dirent.cxx
@@ -1234,16 +1234,6 @@ DirEntry DirEntry::operator+( const DirEntry& rEntry ) const
const DirEntry *pEntryTop = rEntry.ImpGetTopPtr();
const DirEntry *pThisTop = ImpGetTopPtr();
- // "." + irgendwas oder irgendwas + "d:irgendwas"
-/* TPF:org
- if ( ( eFlag == FSYS_FLAG_RELROOT && !aName ) ||
- ( pEntryTop->aName.Len() &&
- ( pEntryTop->eFlag == FSYS_FLAG_ABSROOT ||
- pEntryTop->eFlag == FSYS_FLAG_RELROOT ||
- pEntryTop->eFlag == FSYS_FLAG_VOLUME ) ) )
- return rEntry;
-*/
-
if (
(eFlag == FSYS_FLAG_RELROOT && aName.isEmpty()) ||
(