From ed0ce47fa9ca78e240d635f3781ad9820b18b97e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 29 Feb 2016 14:41:12 +0100 Subject: logging: Remove unused variable after recent changes The variable is not used anymore as the decision is done in the newly added check_log_to_target method. --- src/logging.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/logging.c b/src/logging.c index 1c9c6634..35746e9b 100644 --- a/src/logging.c +++ b/src/logging.c @@ -361,7 +361,6 @@ void osmo_vlogp(int subsys, int level, const char *file, int line, subsys = map_subsys(subsys); llist_for_each_entry(tar, &osmo_log_target_list, entry) { - int output = 0; va_list bp; if (!check_log_to_target(tar, subsys, level)) -- cgit v1.2.3