Skip to content

Commit 53aa9fd

Browse files
author
iRobot ROS
authored
Merge pull request #47 from irobot-ros/asoragna/foxy-events-executor
fix clang error
2 parents 115373b + 57e7074 commit 53aa9fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rclcpp/include/rclcpp/executors/event_waitable.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ namespace executors
3333
class EventWaitable : public rclcpp::Waitable
3434
{
3535
public:
36-
RCLCPP_SMART_PTR_DEFINITIONS(EventWaitable)
37-
3836
// Constructor
3937
RCLCPP_PUBLIC
4038
EventWaitable() = default;

0 commit comments

Comments
 (0)