Skip to content

Commit

Permalink
bazel: delete some unnecessary stuff from pkg/sql/parser/BUILD.bazel
Browse files Browse the repository at this point in the history
The duplication between `srcs` and `data` here is not necessary.

Release note: None
  • Loading branch information
rickystewart committed May 24, 2021
1 parent b2d33da commit 8d64693
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/sql/parser/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ go_test(
sh_binary(
name = "sql-gen",
srcs = ["sql-gen.sh"],
data = ["sql-gen.sh"],
)

# Define the target to auto-generate sql.go from the grammar file.
Expand All @@ -96,7 +95,6 @@ genrule(
sh_binary(
name = "help-gen-test",
srcs = ["help_gen_test.sh"],
data = ["help_gen_test.sh"],
)

# Define the target to auto-generate a helpmap test helper file.
Expand Down

0 comments on commit 8d64693

Please sign in to comment.