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

remove unused string writecache

This commit is contained in:
David Teigland 2019-05-01 16:50:14 -05:00
parent 90b94ead12
commit adfb9bf20c

View File

@ -26,8 +26,6 @@
#include "lib/metadata/lv_alloc.h"
#include "lib/config/defaults.h"
static const char _writecache_module[] = "writecache";
#define SEG_LOG_ERROR(t, p...) \
log_error(t " segment %s of logical volume %s.", ## p, \
dm_config_parent_name(sn), seg->lv->name), 0;