Remove uses of deprecated target AllPassesAndDialectsNoRegistration in Bazel (NFC)

It was an alias for a long time.
This commit is contained in:
Mehdi Amini 2021-07-14 19:01:34 +00:00
parent 5e4b33fe92
commit fbab8e6f10
1 changed files with 0 additions and 6 deletions

View File

@ -4990,12 +4990,6 @@ cc_library(
],
)
alias(
name = "AllPassesAndDialectsNoRegistration",
actual = ":AllPassesAndDialects",
deprecation = "Use AllPassesAndDialects instead",
)
cc_binary(
name = "mlir-lsp-server",
srcs = ["tools/mlir-lsp-server/mlir-lsp-server.cpp"],