Skip to content

Commit

Permalink
Merge #76489
Browse files Browse the repository at this point in the history
76489: descmetadata: remove bogus target in BUILD.bazel r=ajwerner a=ajwerner

This can break `...` builds.

Release note: None

Co-authored-by: Andrew Werner <[email protected]>
  • Loading branch information
craig[bot] and ajwerner committed Feb 14, 2022
2 parents 950af70 + f52c0d4 commit 66dfdac
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 66dfdac

Please sign in to comment.