Skip to content

Commit 3a50ee8

Browse files
author
iRobot ROS
authored
Merge pull request #48 from irobot-ros/asoragna/fix-clang
remove smart pointer definitions for virtual class
2 parents bb491bd + f978a48 commit 3a50ee8

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)