Skip to content

Commit

Permalink
Merge pull request #48 from irobot-ros/asoragna/fix-clang
Browse files Browse the repository at this point in the history
remove smart pointer definitions for virtual class
  • Loading branch information
iRobot ROS authored Feb 22, 2021
2 parents bb491bd + f978a48 commit 3a50ee8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rclcpp/include/rclcpp/executors/event_waitable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ namespace executors
class EventWaitable : public rclcpp::Waitable
{
public:
RCLCPP_SMART_PTR_DEFINITIONS(EventWaitable)

// Constructor
RCLCPP_PUBLIC
EventWaitable() = default;
Expand Down

0 comments on commit 3a50ee8

Please sign in to comment.