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

cleanup: avoid compiler warn

When variable is unused...
This commit is contained in:
Zdenek Kabelac 2018-03-29 18:49:42 +02:00
parent 73cda0437f
commit 037c234eaa

View File

@ -166,7 +166,9 @@ int cluster_send(struct clog_request *rq)
{
int r;
int found = 0;
#if CMIRROR_HAS_CHECKPOINT
int count = 0;
#endif
struct iovec iov;
struct clog_cpg *entry;