summaryrefslogtreecommitdiff
path: root/util/message.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util/message.cpp')
-rw-r--r--util/message.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/util/message.cpp b/util/message.cpp
index 653b562..916aa34 100644
--- a/util/message.cpp
+++ b/util/message.cpp
@@ -703,7 +703,6 @@ again:
MSGID NextMsgId;
- ThreadLocalValue<int> clientId;
struct MsgStart {
MsgStart() {
@@ -721,14 +720,6 @@ again:
return op == dbQuery || op == dbGetMore;
}
- void setClientId( int id ) {
- clientId.set( id );
- }
-
- int getClientId() {
- return clientId.get();
- }
-
const int DEFAULT_MAX_CONN = 20000;
const int MAX_MAX_CONN = 20000;