Skip to content

Commit

Permalink
delete redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AilinKid committed Aug 8, 2019
1 parent c2d0fe7 commit 396ef77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ddl/generated_column.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ func verifyColumnGenerationSingle(dependColNames map[string]struct{}, cols []*ta
// checkDependedColExist ensure all depended columns exist.
// NOTE: this will MODIFY parameter `dependCols`.
func checkDependedColExist(dependCols map[string]struct{}, cols []*table.Column) error {
// Checks all depended columns exist.
for _, col := range cols {
delete(dependCols, col.Name.L)
}
Expand Down

0 comments on commit 396ef77

Please sign in to comment.