Removed compilation error.
svn-id: r22282
This commit is contained in:
parent
aa7513d0d5
commit
5468059d44
1 changed files with 5 additions and 5 deletions
|
@ -114,12 +114,12 @@ POSIXFilesystemNode::POSIXFilesystemNode(const String &p, bool verify) {
|
||||||
|
|
||||||
if (verify) {
|
if (verify) {
|
||||||
#ifdef __DC__
|
#ifdef __DC__
|
||||||
FIXME;
|
|
||||||
/*
|
/*
|
||||||
FIXME: Is there really no way to at least verify the path is valid?
|
FIXME: Why should I need to add a lot of code
|
||||||
Or is it too slow, or what? Please clarify with a comment here.
|
just to figure out if a path exists / is a directory here?
|
||||||
(Of course we could just fopen here, but that wouldn't be able to deal
|
We should know what we want it to be, and when open / listDir
|
||||||
with directories...
|
is called it will become apparent if it isn't. Just
|
||||||
|
checking for the sake of checking seems bogus to me.
|
||||||
*/
|
*/
|
||||||
#else
|
#else
|
||||||
struct stat st;
|
struct stat st;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue