Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AngLi-Leon authored and apavlo committed Jul 13, 2017
1 parent c0af294 commit 27f5323
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/sdbench/sdbench_workload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,6 @@ static void AggregateQueryHelper(const std::vector<oid_t> &tuple_key_attrs,
oid_t tuple_idx = 1; // tuple2
for (col_itr = 0; col_itr < column_count; col_itr++) {
direct_map_list.push_back({col_itr, {tuple_idx, col_itr}});
// col_itr++;
}

std::unique_ptr<const planner::ProjectInfo> proj_info(
Expand Down

0 comments on commit 27f5323

Please sign in to comment.