summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-12 14:16:45 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-12 14:16:45 +0900
commit16738213c400f9192abc2ff6c08d7f711dee8d34 (patch)
tree3e17fbd6d8ab5a823ea4333a2325ee233ca8e4a7 /tools
parenta3451df90e0db9d37a7c6950c2eea53a96616e12 (diff)
nuke dead code
Change-Id: If8b6b4a3d9222726ae562e5b685710d86b5fe332
Diffstat (limited to 'tools')
-rw-r--r--tools/source/fsys/dirent.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/source/fsys/dirent.cxx b/tools/source/fsys/dirent.cxx
index 1bf81220b7b5..8365d4236350 100644
--- a/tools/source/fsys/dirent.cxx
+++ b/tools/source/fsys/dirent.cxx
@@ -1770,12 +1770,6 @@ FSysError DirEntry::MoveTo( const DirEntry& rNewName ) const
{
DBG_CHKTHIS( DirEntry, ImpCheckDirEntry );
-/*
- FileStat aSourceStat(*this);
- if ( !aSourceStat.IsKind(FSYS_KIND_FILE) )
- return FSYS_ERR_NOTAFILE;
-*/
-
DirEntry aDest(rNewName);
FileStat aDestStat(rNewName);
if ( aDestStat.IsKind(FSYS_KIND_DIR ) )