summaryrefslogtreecommitdiff
path: root/src/mongo/util/processinfo.h
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@10gen.com>2017-02-24 09:51:25 -0500
committerDaniel Gottlieb <daniel.gottlieb@10gen.com>2017-02-24 09:51:25 -0500
commit9c9bbf3318113cfdd4d9b72f493b6ebd23f1837e (patch)
tree659bf628856f2da219319b11ffafad7aa2dbbc8d /src/mongo/util/processinfo.h
parentf89ede4cc81a1307dec4b9e901fc91eb3f7f8992 (diff)
downloadmongo-9c9bbf3318113cfdd4d9b72f493b6ebd23f1837e.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);
}