Skip to content

Commit

Permalink
remove useless function
Browse files Browse the repository at this point in the history
  • Loading branch information
hasa1K committed Dec 5, 2023
1 parent a021349 commit 7b76f30
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sqle/driver/mysql/rule/rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -7686,12 +7686,6 @@ func (m tableColumnMap) add(tableName, columnName string) {
m[tableName][columnName] = struct{}{}
}

func (m tableColumnMap) initMap(tables []*ast.TableSource) {
for _, t := range tables {
println(t)
}
}

/*
IsIndex
Expand Down

0 comments on commit 7b76f30

Please sign in to comment.