Skip to content

Commit

Permalink
Delete unused function
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
  • Loading branch information
ivanpauno committed Mar 13, 2020
1 parent cdff35e commit 7d0c1a1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions rmw_implementation/src/functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "rmw/get_topic_endpoint_info.h"
#include "rmw/get_topic_names_and_types.h"
#include "rmw/rmw.h"
#include "rmw/security.h"

#define STRINGIFY_(s) #s
#define STRINGIFY(s) STRINGIFY_(s)
Expand Down Expand Up @@ -564,11 +563,6 @@ RMW_INTERFACE_FN(
bool,
rmw_topic_endpoint_info_array_t *))

RMW_INTERFACE_FN(
rmw_use_node_name_in_security_directory_lookup,
bool, true,
0, ARG_TYPES(void))

#define GET_SYMBOL(x) symbol_ ## x = get_symbol(#x);

void prefetch_symbols(void)
Expand Down Expand Up @@ -636,6 +630,7 @@ void prefetch_symbols(void)
GET_SYMBOL(rmw_get_topic_names_and_types)
GET_SYMBOL(rmw_get_service_names_and_types)
GET_SYMBOL(rmw_get_node_names)
GET_SYMBOL(rmw_get_node_names_with_context_names)
GET_SYMBOL(rmw_count_publishers)
GET_SYMBOL(rmw_count_subscribers)
GET_SYMBOL(rmw_get_gid_for_publisher)
Expand All @@ -644,7 +639,6 @@ void prefetch_symbols(void)
GET_SYMBOL(rmw_set_log_severity)
GET_SYMBOL(rmw_get_publishers_info_by_topic)
GET_SYMBOL(rmw_get_subscriptions_info_by_topic)
GET_SYMBOL(rmw_use_node_name_in_security_directory_lookup)
}

void * symbol_rmw_init = nullptr;
Expand Down

0 comments on commit 7d0c1a1

Please sign in to comment.