summaryrefslogtreecommitdiff
path: root/src/mongo/s/request.h
diff options
context:
space:
mode:
authorSiyuan Zhou <siyuan.zhou@mongodb.com>2014-02-05 14:14:05 -0500
committerMatt Kangas <matt.kangas@mongodb.com>2014-02-10 16:54:22 -0500
commit5c302e723656cc936ee0d7fa8e0d7bc6e60a0c59 (patch)
tree10efa12af63c11a26a398e99883dc6ef9c1f50bc /src/mongo/s/request.h
parent15d213f37d624009b0563ce2232d71ede940951c (diff)
downloadmongo-5c302e723656cc936ee0d7fa8e0d7bc6e60a0c59.tar.gz
SERVER-12549 opcounters after write commands in mongos not correctly updated
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
Diffstat (limited to 'src/mongo/s/request.h')
-rw-r--r--src/mongo/s/request.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/s/request.h b/src/mongo/s/request.h
index 137821e4526..9e75d58c09a 100644
--- a/src/mongo/s/request.h
+++ b/src/mongo/s/request.h
@@ -97,8 +97,6 @@ namespace mongo {
void process( int attempt = 0 );
- void gotInsert();
-
void init();
void reset();