Skip to content

Commit

Permalink
[multibody] Remove deprecated bazel label 2023-04 (#19216)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri authored Apr 17, 2023
1 parent 5fb945d commit d55ac42
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions multibody/tree/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,6 @@ drake_cc_library(
],
)

drake_cc_library(
name = "multibody_element",
deprecation = "This label is deprecated and will be removed from Drake on 2023-04-01; as a replacement, use //multibody/tree instead.", # noqa
tags = [
"exclude_from_libdrake",
"exclude_from_package",
"manual",
],
deps = [
":multibody_tree_core",
],
)

drake_cc_library(
name = "string_view_map_key",
srcs = [],
Expand Down

0 comments on commit d55ac42

Please sign in to comment.