Skip to content

Commit 409442b

Browse files
committed
minor: remove an unused parameter from a lambda
1 parent c0fa60f commit 409442b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongocxx/test/spec/crud.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ document::value run_replace_one_test(collection* coll, document::view operation)
464464
auto result = builder::basic::document{};
465465
result.append(builder::basic::kvp(
466466
"result",
467-
[replacement, matched_count, modified_count, upserted_count, upserted_id](
467+
[matched_count, modified_count, upserted_count, upserted_id](
468468
builder::basic::sub_document subdoc) {
469469
subdoc.append(builder::basic::kvp("matchedCount", matched_count));
470470

0 commit comments

Comments
 (0)