1
0
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:
Zdenek Kabelac 2015-11-07 20:41:15 +01:00
parent e262d5e596
commit c4c5635870

View File

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