Skip to content

Commit

Permalink
descmetadata: remove bogus target in BUILD.bazel
Browse files Browse the repository at this point in the history
This can break `...` builds.

Release note: None
  • Loading branch information
ajwerner committed Feb 14, 2022
1 parent d58220f commit f52c0d4
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions pkg/sql/descmetadata/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library")

go_library(
name = "commenter",
srcs = [
"comment_updater.go",
"comment_updater_factory.go",
],
importpath = "github.com/cockroachdb/cockroach/pkg/sql/commenter",
visibility = ["//visibility:public"],
deps = [
"//pkg/keys",
"//pkg/kv",
"//pkg/security",
"//pkg/sql/catalog",
"//pkg/sql/catalog/descpb",
"//pkg/sql/schemachanger/scexec",
"//pkg/sql/schemachanger/scpb",
"//pkg/sql/sem/tree",
"//pkg/sql/sessiondata",
"//pkg/sql/sqlutil",
],
)

go_library(
name = "descmetadata",
srcs = [
Expand Down

0 comments on commit f52c0d4

Please sign in to comment.