summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/mmap_win.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/mmap_win.cpp b/util/mmap_win.cpp
index da8a096de5e..7773438dfa0 100644
--- a/util/mmap_win.cpp
+++ b/util/mmap_win.cpp
@@ -77,8 +77,6 @@ namespace mongo {
out() << "CreateFile failed " << filename << endl;
return 0;
}
- if ( mapped > 500000000 )
- out() << "WARNING: too much mem mapped for win32" << endl;
mapped += length;