summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmSystemTools.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index 32f69fc..358edd0 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -186,10 +186,6 @@ bool cmSystemTools::MakeDirectory(const char* path)
return false;
}
}
- if(!cmSystemTools::FileExists(path))
- {
- return false;
- }
return true;
}