From 24010e9231cce0f74e2fea1601bdc813eb227736 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 10 Apr 2018 08:03:25 -0400 Subject: [PATCH] pbrd: Fix unused function Signed-off-by: Donald Sharp --- pbrd/pbr_debug.c | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pbrd/pbr_debug.c b/pbrd/pbr_debug.c index 2693120e15..82f045c462 100644 --- a/pbrd/pbr_debug.c +++ b/pbrd/pbr_debug.c @@ -54,24 +54,6 @@ void pbr_debug_set_all(uint32_t flags, bool set) } } -/* - * Check flags on all debugs for pbrd. - * - * flags - * The flags to set - * - * Returns: - * The subset of the given flags that were set in all pbrd debugs - */ -static uint32_t pbr_debug_check_all(uint32_t flags) -{ - uint32_t mode = DEBUG_MODE_ALL; - - for (unsigned int i = 0; i < array_size(pbr_debugs); i++) - mode &= DEBUG_MODE_CHECK(pbr_debugs[i], flags); - return mode; -} - int pbr_debug_config_write_helper(struct vty *vty, bool config) { uint32_t mode = DEBUG_MODE_ALL; -- 2.39.5