Skip to content

Commit 479515d

Browse files
Remove bad merge error (#22166)
A deprecated declaration was leaked back into pr 21929. This removes it again. Note: there is no implementation.
1 parent ef73374 commit 479515d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

multibody/tree/geometry_spatial_inertia.h

-7
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,6 @@ SpatialInertia<double> CalcSpatialInertia(const geometry::Shape& shape,
7373
SpatialInertia<double> CalcSpatialInertia(
7474
const geometry::TriangleSurfaceMesh<double>& mesh, double density);
7575

76-
DRAKE_DEPRECATED(
77-
"2024-11-01",
78-
"In the function CalcSpatialInertia(), the density argument's default "
79-
"value of 1.0 was removed. Provide a sensible density value.")
80-
SpatialInertia<double> CalcSpatialInertia(
81-
const geometry::TriangleSurfaceMesh<double>& mesh);
82-
8376
// TODO(SeanCurtis-TRI): Add CalcSpatialinertia(VolumeMesh).
8477

8578
} // namespace multibody

0 commit comments

Comments
 (0)