Skip to content

Commit

Permalink
Merge #80842
Browse files Browse the repository at this point in the history
80842: parser: remove roachpb from tree r=irfansharif a=otan

Reacting on an [earlier comment](#80684 (review)) which I misunderstood. Delete roachpb
from parser as it is no longer a dependency.

Refs: #79357

Release note: None

Co-authored-by: Oliver Tan <[email protected]>
  • Loading branch information
craig[bot] and otan committed May 2, 2022
2 parents 72b3742 + 4b156af commit 7a9eb90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sql/parser/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ go_library(
deps = [
"//pkg/docs",
"//pkg/geo/geopb", # keep
"//pkg/roachpb", # keep
"//pkg/security", # keep
"//pkg/sql/lexbase",
"//pkg/sql/pgwire/pgcode",
Expand Down

0 comments on commit 7a9eb90

Please sign in to comment.