summaryrefslogtreecommitdiff
path: root/src/mongo/util/processinfo.h
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@10gen.com>2017-03-02 10:39:08 -0500
committerDaniel Gottlieb <daniel.gottlieb@10gen.com>2017-03-02 11:21:41 -0500
commit6753fb211150d85eed71a84393bd13f2a07a8865 (patch)
tree1462df941741ffad092d47e12bab6555a91f5b6b /src/mongo/util/processinfo.h
parente2d27510a270876a8b672171ce95c38b7c003199 (diff)
downloadmongo-6753fb211150d85eed71a84393bd13f2a07a8865.tar.gz
SERVER-18410: Replace RWLock with OperationContext/LockManager
Diffstat (limited to 'src/mongo/util/processinfo.h')
-rw-r--r--src/mongo/util/processinfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/util/processinfo.h b/src/mongo/util/processinfo.h
index b2e6fcf2852..f44ef37799a 100644
--- a/src/mongo/util/processinfo.h
+++ b/src/mongo/util/processinfo.h
@@ -245,6 +245,4 @@ public:
};
bool writePidFile(const std::string& path);
-
-void printMemInfo(const char* whereContextStr = 0);
}