aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Unix')
-rw-r--r--lib/System/Unix/MappedFile.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/System/Unix/MappedFile.inc b/lib/System/Unix/MappedFile.inc
index 148372b..341ee25 100644
--- a/lib/System/Unix/MappedFile.inc
+++ b/lib/System/Unix/MappedFile.inc
@@ -40,9 +40,6 @@ struct sys::MappedFileInfo {
};
void MappedFile::initialize() {
- if (!path_.exists())
- throw std::string("Can't open file: ") + path_.toString();
-
int mode = 0;
if (options_ & READ_ACCESS)
if (options_ & WRITE_ACCESS)