Skip to content

Commit

Permalink
Remove empty constructor
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed Aug 7, 2019
1 parent 491115d commit 83d3764
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
class FrameTransformerTfFixture : public testing::Test
{
public:
FrameTransformerTfFixture()
{
}

geometry_msgs::msg::TransformStamped getTransformStamped(
std::string frame = "frame", std::string fixed_frame = "fixed_frame")
{
Expand Down

0 comments on commit 83d3764

Please sign in to comment.