From 3baa437e9980e7dac9893d6c11ccc1623a5faee2 Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Tue, 14 Apr 2009 15:09:37 +0530 Subject: remove unused variable @ret in ib_verbs_options_init Signed-off-by: Anand V. Avati --- transport/ib-verbs/src/ib-verbs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'transport') 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 */ -- cgit