Skip to content

Commit e445919

Browse files
authored
Update src/iceberg/table_requirements.cc
1 parent 4044a87 commit e445919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/iceberg/table_requirements.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ void TableUpdateContext::RequireNoBranchesChanged() {
9898
}
9999

100100
bool TableUpdateContext::AddChangedRef(const std::string& ref_name) {
101-
auto [it, inserted] = changed_refs_.insert(ref_name);
101+
auto [_, inserted] = changed_refs_.insert(ref_name);
102102
return inserted;
103103
}
104104

0 commit comments

Comments
 (0)