]> git.openfabrics.org - ~shefty/librdmacm.git/commit
[1/4] acm: Remove the unused variable 'pri_path'
authorBart Van Assche <bvanassche@acm.org>
Sun, 28 Jul 2013 09:18:36 +0000 (11:18 +0200)
committerSean Hefty <sean.hefty@intel.com>
Tue, 30 Jul 2013 22:43:55 +0000 (15:43 -0700)
commit2a31c855fc95d04370db56de5b35d8271e577f6f
tree9a77d7d6e85ab3e9750f0182dac7261ac8158201
parentc8be3cfde6902e490fadd6a51206c1bcba3e3aa2
[1/4] acm: Remove the unused variable 'pri_path'

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

src/acm.c:301:26: warning: variable 'pri_path' set but not used [-Wunused-but-set-variable]

Hence remove this variable.

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