mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2026-01-19 16:23:52 +00:00
Remove unused buf and len variables in log_printf
Signed-off-by: Jan Friesse <jfriesse@redhat.com> Reviewed-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
parent
26db8b21b2
commit
783dd4e553
@ -1051,8 +1051,6 @@ _logsys_log_printf(int level, int subsys,
|
||||
const char *format, ...)
|
||||
{
|
||||
va_list ap;
|
||||
char buf[QB_LOG_MAX_LEN];
|
||||
size_t len;
|
||||
|
||||
va_start(ap, format);
|
||||
qb_log_from_external_source_va(function_name, file_name,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user