diff options
Diffstat (limited to 'src/mongo/util/goodies.h')
-rw-r--r-- | src/mongo/util/goodies.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/util/goodies.h b/src/mongo/util/goodies.h index 8b1c6c1dfe7..de449b2ccba 100644 --- a/src/mongo/util/goodies.h +++ b/src/mongo/util/goodies.h @@ -29,9 +29,6 @@ namespace mongo { /* @return a dump of the buffer as hex byte ascii output */ string hexdump(const char *data, unsigned len); - void setThreadName(const char * name); - string getThreadName(); - template<class T> inline string ToString(const T& t) { stringstream s; |