mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-11 20:58:50 +03:00
cleanup: avoid compiler warn
When variable is unused...
This commit is contained in:
parent
73cda0437f
commit
037c234eaa
@ -166,7 +166,9 @@ int cluster_send(struct clog_request *rq)
|
|||||||
{
|
{
|
||||||
int r;
|
int r;
|
||||||
int found = 0;
|
int found = 0;
|
||||||
|
#if CMIRROR_HAS_CHECKPOINT
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
#endif
|
||||||
struct iovec iov;
|
struct iovec iov;
|
||||||
struct clog_cpg *entry;
|
struct clog_cpg *entry;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user