Skip to content

Commit

Permalink
Delete unnecessary codes.
Browse files Browse the repository at this point in the history
Signed-off-by: ISP akm <[email protected]>
  • Loading branch information
xygyo77 committed Apr 16, 2024
1 parent 1aca5df commit 26d5540
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CARET_trace/include/caret_trace/tracing_controller.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ class TracingController

/// @brief Check if trace point is a enabled node
/// @param timer_handle Address of the timer handle.
/// @param callback Address of the callback.
/// @return True if the timer_handle is enabled, false otherwise.
bool is_allowed_timer_handle(const void * timer_handle);

Expand Down Expand Up @@ -225,7 +224,7 @@ class TracingController
std::unordered_map<const void *, bool> allowed_state_machines_;

std::unordered_map<const void *, const void *> service_handle_to_node_handles_;
std::unordered_map<const void *, bool> allowed_service_handle_;
std::unordered_map<const void *, bool> allowed_service_handles_;
std::unordered_map<const void *, const void *> client_handle_to_node_handles_;
std::unordered_map<const void *, bool> allowed_client_handles_;

Expand Down

0 comments on commit 26d5540

Please sign in to comment.