Skip to content

Commit 6252044

Browse files
authored
remove unused state_ field (backport #215) (#218)
1 parent e263ce8 commit 6252044

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/realtime_tools/realtime_server_goal_handle.h

-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ class RealtimeServerGoalHandle
4747
using ResultSharedPtr = typename Action::Result::SharedPtr;
4848
using FeedbackSharedPtr = typename Action::Feedback::SharedPtr;
4949

50-
uint8_t state_;
51-
5250
bool req_abort_;
5351
bool req_cancel_;
5452
bool req_succeed_;

0 commit comments

Comments
 (0)