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

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

src/cma.c:1178:25: warning: variable 'id_priv' set but not used [-Wunused-but-set-variable]

Hence remove this variable.

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