From c1572b2dbd5950774415a7b4db30d7473deeb552 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 27 Apr 2006 23:16:45 +0000 Subject: _isPseudoRoot should be always false, in WindowsFilesystemNode(const String &path) svn-id: r22195 --- backends/fs/windows/windows-fs.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'backends/fs') diff --git a/backends/fs/windows/windows-fs.cpp b/backends/fs/windows/windows-fs.cpp index f776ffc8fe..d179ad0708 100644 --- a/backends/fs/windows/windows-fs.cpp +++ b/backends/fs/windows/windows-fs.cpp @@ -158,9 +158,6 @@ WindowsFilesystemNode::WindowsFilesystemNode(const String &p) { _isValid = true; _isDirectory = ((fileAttribs & FILE_ATTRIBUTE_DIRECTORY) != 0); } - // FIXME: Is the following correct? Should we maybe check for path being - // empty and set it to true in this case? - // In any case, not setting _isPseudoRoot at all certainly is a bug. _isPseudoRoot = false; } -- cgit v1.2.3