summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/logging.c1
1 files changed, 0 insertions, 1 deletions
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))