summaryrefslogtreecommitdiff
path: root/src/mongo/util/timer.h
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2012-11-18 12:38:16 -0500
committerTad Marshall <tad@10gen.com>2012-11-18 12:38:16 -0500
commit39ccb23eaf656640fe3def564c47ebbcaa003b11 (patch)
tree2dd5f31fcf3fd70c01e08d3833390ecf3f7b3148 /src/mongo/util/timer.h
parent7c8dec9a7bff471724c9cf9941650462a11bd983 (diff)
downloadmongo-39ccb23eaf656640fe3def564c47ebbcaa003b11.tar.gz
Revert "SERVER-7700 Use high-resolution program uptime to track socket connection time"
This reverts commit 7c8dec9a7bff471724c9cf9941650462a11bd983.
Diffstat (limited to 'src/mongo/util/timer.h')
-rw-r--r--src/mongo/util/timer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/util/timer.h b/src/mongo/util/timer.h
index 3368c93252b..12a19674b24 100644
--- a/src/mongo/util/timer.h
+++ b/src/mongo/util/timer.h
@@ -75,12 +75,6 @@ namespace mongo {
unsigned long long _old;
};
-
- /** Get this program's approximate uptime in microseconds.
- * @return uptime in microseconds.
- */
- extern unsigned long long getProgramUptimeMicros();
-
} // namespace mongo
#include "mongo/util/timer-inl.h"