summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/write_error_detail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/write_ops/write_error_detail.h')
-rw-r--r--src/mongo/s/write_ops/write_error_detail.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/s/write_ops/write_error_detail.h b/src/mongo/s/write_ops/write_error_detail.h
index 9c431f02f57..e0dec80ce52 100644
--- a/src/mongo/s/write_ops/write_error_detail.h
+++ b/src/mongo/s/write_ops/write_error_detail.h
@@ -77,17 +77,14 @@ public:
//
void setIndex(int index);
- void unsetIndex();
bool isIndexSet() const;
int getIndex() const;
void setErrCode(int errCode);
- void unsetErrCode();
bool isErrCodeSet() const;
int getErrCode() const;
void setErrInfo(const BSONObj& errInfo);
- void unsetErrInfo();
bool isErrInfoSet() const;
const BSONObj& getErrInfo() const;