summaryrefslogtreecommitdiff
path: root/util/mmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/mmap.h')
-rw-r--r--util/mmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/mmap.h b/util/mmap.h
index beefa0fed80..8884a110ef4 100644
--- a/util/mmap.h
+++ b/util/mmap.h
@@ -187,8 +187,6 @@ namespace mongo {
void* remapPrivateView(void *oldPrivateAddr);
};
- void printMemInfo( const char * where );
-
typedef MemoryMappedFile MMF;
/** p is called from within a mutex that MongoFile uses. so be careful not to deadlock. */