1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

cleanup: drop unused attribute

In this function we pass args through so make the function
header look the same as with _default_log().
This commit is contained in:
Zdenek Kabelac 2016-11-02 10:55:19 +01:00
parent 4b4d19e3aa
commit 1db4b81d5a

View File

@ -137,8 +137,7 @@ static void _default_log_line(int level,
__attribute__((format(printf, 5, 6)))
static void _default_log_with_errno(int level,
const char *file __attribute__((unused)),
int line __attribute__((unused)), int dm_errno_or_class,
const char *file, int line, int dm_errno_or_class,
const char *f, ...)
{
va_list ap;