summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_future_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/resharding/resharding_future_util.h')
-rw-r--r--src/mongo/db/s/resharding/resharding_future_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/s/resharding/resharding_future_util.h b/src/mongo/db/s/resharding/resharding_future_util.h
index 0bb858a963c..005d8fceba5 100644
--- a/src/mongo/db/s/resharding/resharding_future_util.h
+++ b/src/mongo/db/s/resharding/resharding_future_util.h
@@ -183,7 +183,6 @@ public:
return resharding::WithAutomaticRetry([this, body]() { return body(_factory); });
}
-
private:
const CancelableOperationContextFactory _factory;
};