summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/legacy_request_builder.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2017-03-15 16:47:51 -0400
committerMathias Stearn <mathias@10gen.com>2017-04-12 08:57:12 -0400
commitc739baf5366cbd987bf61acc29a54f56e209a3b7 (patch)
tree0fec0399d094c18aa19f3ac7961131b810e7cbbe /src/mongo/rpc/legacy_request_builder.h
parente502d0256ec27fdc645c7ae28d2c3ef7eab364db (diff)
downloadmongo-c739baf5366cbd987bf61acc29a54f56e209a3b7.tar.gz
SERVER-28508 Clean up rpc interfaces to not overly constrain implementations
This is prep for initial OP_MSG implementation behind existing rpc interfaces.
Diffstat (limited to 'src/mongo/rpc/legacy_request_builder.h')
-rw-r--r--src/mongo/rpc/legacy_request_builder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/rpc/legacy_request_builder.h b/src/mongo/rpc/legacy_request_builder.h
index 7b738098c41..09a31e95079 100644
--- a/src/mongo/rpc/legacy_request_builder.h
+++ b/src/mongo/rpc/legacy_request_builder.h
@@ -54,8 +54,6 @@ public:
LegacyRequestBuilder& addInputDocs(DocumentRange inputDocs) final;
LegacyRequestBuilder& addInputDoc(BSONObj inputDoc) final;
- State getState() const final;
-
Protocol getProtocol() const final;
Message done() final;