mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
cleanup: drop unneeded assign
prio is always assigned later.
This commit is contained in:
parent
e262d5e596
commit
c4c5635870
@ -838,7 +838,7 @@ void dm_event_log(const char *subsys, int level, const char *file,
|
||||
static time_t start = 0;
|
||||
const char *indent = "";
|
||||
FILE *stream = stdout;
|
||||
int prio = -1;
|
||||
int prio;
|
||||
time_t now;
|
||||
|
||||
switch (level & ~(_LOG_STDERR | _LOG_ONCE)) {
|
||||
|
Loading…
Reference in New Issue
Block a user