Skip to content

Commit

Permalink
removed constructor and destructors since they do nothing
Browse files Browse the repository at this point in the history
Signed-off-by: alexander <[email protected]>
  • Loading branch information
alexanderjyuen committed Dec 11, 2024
1 parent 3c2eb68 commit b2926d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ namespace nav2_costmap_2d
class PluginContainerLayer : public CostmapLayer
{
public:
/**
* @brief A constructor
*/
PluginContainerLayer();
/**
* @brief A destructor
*/
virtual ~PluginContainerLayer();
/**
* @brief Initialization process of layer on startup
*/
Expand Down
7 changes: 0 additions & 7 deletions nav2_costmap_2d/plugins/plugin_container_layer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ using std::vector;

namespace nav2_costmap_2d
{
PluginContainerLayer::PluginContainerLayer()
{
}

PluginContainerLayer::~PluginContainerLayer()
{
}

void PluginContainerLayer::onInitialize()
{
Expand Down

0 comments on commit b2926d1

Please sign in to comment.