aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorBarry Spinney <spinney@ezchip.com>2016-02-25 22:02:01 -0600
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-02-26 11:17:18 +0300
commit7c4fdda38e8349cad314509bb618e57dcebb1d40 (patch)
treea6bc5fe518f0519d340b6fb59ca5b0e14a720fc7 /example
parent283bfe03f82e612320bdf5bf681507f58539cba8 (diff)
example: tm: remove reference to internal name table init api
Signed-off-by: Barry Spinney <spinney@ezchip.com> Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'example')
-rw-r--r--example/traffic_mgmt/odp_traffic_mgmt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/example/traffic_mgmt/odp_traffic_mgmt.c b/example/traffic_mgmt/odp_traffic_mgmt.c
index d9769d350..216875b19 100644
--- a/example/traffic_mgmt/odp_traffic_mgmt.c
+++ b/example/traffic_mgmt/odp_traffic_mgmt.c
@@ -248,9 +248,6 @@ static uint8_t g_print_tm_stats = TRUE;
static void tester_egress_fcn(odp_packet_t odp_pkt);
-/** @TODO can't call hidden apis in the implementation */
-void _odp_int_name_tbl_init(void);
-
/* Returns the number of errors encountered. */
static uint32_t create_profile_set(profile_params_set_t *profile_params_set,
@@ -757,7 +754,6 @@ int main(int argc, char *argv[])
odp_init_global(&ODP_INIT_PARAMS, &PLATFORM_PARAMS);
odp_init_local(ODP_THREAD_CONTROL);
- _odp_int_name_tbl_init();
if (process_cmd_line_options(argc, argv) < 0)
return -1;