]> git.openfabrics.org - ~shefty/librdmacm.git/commit
[3/4] rsocket: Remove the unused variable 'ret'
authorBart Van Assche <bvanassche@acm.org>
Sun, 28 Jul 2013 09:19:48 +0000 (11:19 +0200)
committerSean Hefty <sean.hefty@intel.com>
Tue, 30 Jul 2013 22:43:55 +0000 (15:43 -0700)
commiteee05e6604a60b007249f97613d3bb513c07c20d
treea0d620c83a5f202817b4ad05221e95008e34a381
parent9e758e0655242bb02aea5ec28fe4eeac2ec655f7
[3/4] rsocket: Remove the unused variable 'ret'

The variable 'ret' is assigned a value but that value is never used.
This triggers the following compiler warning:

src/rsocket.c:3720:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]

Hence remove this variable.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
src/rsocket.c