Skip to content

Commit f2a412a

Browse files
committed
Remove incorrectly placed RCLCPP_PUBLIC
Signed-off-by: Jeffery Hsu <[email protected]>
1 parent 1962ac4 commit f2a412a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rclcpp/include/rclcpp/experimental/intra_process_manager.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ class IntraProcessManager
125125
typename ROSMessageType,
126126
typename Alloc = std::allocator<ROSMessageType>
127127
>
128-
RCLCPP_PUBLIC
129128
uint64_t
130129
add_subscription(rclcpp::experimental::SubscriptionIntraProcessBase::SharedPtr subscription)
131130
{
@@ -880,7 +879,6 @@ class IntraProcessManager
880879
typename ROSMessageType,
881880
typename Alloc = std::allocator<ROSMessageType>
882881
>
883-
RCLCPP_PUBLIC
884882
void do_transient_local_publish(
885883
const uint64_t pub_id, const uint64_t sub_id,
886884
const bool use_take_shared_method)

0 commit comments

Comments
 (0)