STE: remove vestigial overlaid storage for nodes

This commit is contained in:
William Woodall 2014-09-02 10:19:41 -07:00
parent d39ca12be4
commit e4dc5369fa

View file

@ -73,8 +73,6 @@ public:
private:
RCLCPP_DISABLE_COPY(SingleThreadedExecutor);
std::vector<std::weak_ptr<rclcpp::node::Node>> weak_nodes_;
};
} /* namespace single_threaded_executor */