summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batched_upsert_detail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/write_ops/batched_upsert_detail.h')
-rw-r--r--src/mongo/s/write_ops/batched_upsert_detail.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/s/write_ops/batched_upsert_detail.h b/src/mongo/s/write_ops/batched_upsert_detail.h
index 9c19167dc98..7a9c18b6927 100644
--- a/src/mongo/s/write_ops/batched_upsert_detail.h
+++ b/src/mongo/s/write_ops/batched_upsert_detail.h
@@ -29,9 +29,7 @@
#pragma once
#include <string>
-#include <vector>
-#include "mongo/base/string_data.h"
#include "mongo/db/jsobj.h"
namespace mongo {
@@ -56,7 +54,6 @@ public:
//
BatchedUpsertDetail();
- ~BatchedUpsertDetail();
/** Copies all the fields present in 'this' to 'other'. */
void cloneTo(BatchedUpsertDetail* other) const;
@@ -68,7 +65,6 @@ public:
BSONObj toBSON() const;
bool parseBSON(const BSONObj& source, std::string* errMsg);
void clear();
- std::string toString() const;
//
// individual field accessors