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.
This commit is contained in:
Holger Hans Peter Freyther 2016-02-29 14:41:12 +01:00
parent 5dd3f1dd67
commit ed0ce47fa9
1 changed files with 0 additions and 1 deletions

View File

@ -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))