summaryrefslogtreecommitdiffstats
path: root/daemon/gluster-blockd.c
diff options
context:
space:
mode:
authorPranith Kumar K <pkarampu@redhat.com>2017-06-06 12:31:58 +0530
committerPrasanna Kumar Kalever <pkalever@redhat.com>2017-06-06 10:00:39 +0000
commit4b128f2ff635e4381bc310663da9f1c73b28e76e (patch)
tree47b9ad4027512f9bc48c70966ddf0412f14d2826 /daemon/gluster-blockd.c
parent8169bb6a4f26bd982aa34d1ce5954a2b372f6532 (diff)
Fix compiler warnings
Change-Id: I9dd396737a6719fe3828ec3e9c26bfd8aa1da238 Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Diffstat (limited to 'daemon/gluster-blockd.c')
-rw-r--r--daemon/gluster-blockd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/gluster-blockd.c b/daemon/gluster-blockd.c
index de9953b..56e5197 100644
--- a/daemon/gluster-blockd.c
+++ b/daemon/gluster-blockd.c
@@ -285,7 +285,6 @@ main (int argc, char **argv)
pthread_t server_thread;
struct flock lock = {0, };
int errnosv = 0;
- size_t opt = 0;
if (glusterBlockDParseArgs(argc, argv)) {