diff options
author | Anand V. Avati <avati@gluster.com> | 2009-04-14 15:09:37 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-14 15:30:15 +0530 |
commit | 3baa437e9980e7dac9893d6c11ccc1623a5faee2 (patch) | |
tree | 3babf660b387e3fe6d17799680c5e9260e11382a | |
parent | 54c40bbfb48e2f7469149d6724e2ac77bce0690a (diff) |
remove unused variable @ret in ib_verbs_options_init
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
-rw-r--r-- | transport/ib-verbs/src/ib-verbs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/transport/ib-verbs/src/ib-verbs.c b/transport/ib-verbs/src/ib-verbs.c index b524a032f84..5933e50fa3f 100644 --- a/transport/ib-verbs/src/ib-verbs.c +++ b/transport/ib-verbs/src/ib-verbs.c @@ -1252,7 +1252,6 @@ ib_verbs_options_init (transport_t *this) ib_verbs_options_t *options = &priv->options; int32_t mtu; data_t *temp; - int ret = 0; /* TODO: validate arguments from options below */ |