From fa42219b60c054b3366cb977e953077fda609961 Mon Sep 17 00:00:00 2001 From: Taras Chornyi Date: Tue, 21 Feb 2017 19:54:21 +0200 Subject: [PATCH] Removed unused function Signed-off-by: Taras Chornyi --- src/ovs_stats.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/ovs_stats.c b/src/ovs_stats.c index 06380445..77dc1f2e 100644 --- a/src/ovs_stats.c +++ b/src/ovs_stats.c @@ -171,13 +171,6 @@ static const iface_counter ovs_stats_counter_name_to_type(const char *counter) { return index; } -static const char *ovs_stats_counter_name_from_type(iface_counter type) { - if (type <= IFACE_COUNTER_MAX) - return iface_counter_table[type]; - - return NULL; -} - static void ovs_stats_submit_one(const char *dev, const char *type, const char *type_instance, derive_t value, meta_data_t *meta) { -- 2.11.0