block/partition-generic.c: Remove a set-but-not-used variable
authorBart Van Assche <bart.vanassche@sandisk.com>
Tue, 14 Jun 2016 15:03:13 +0000 (17:03 +0200)
committerJens Axboe <axboe@fb.com>
Tue, 14 Jun 2016 15:09:15 +0000 (09:09 -0600)
commitaa8d15bfe4ed23b97bf3990e2901844efc6347ec
tree7c4a3637c9084648e7feb461cfda92b32554310e
parent1a89694f7899d39aa58cc6f061e97a17089ac025
block/partition-generic.c: Remove a set-but-not-used variable

A value is assigned to the variable 'info' but that value is never
used. Hence remove the variable 'info'.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/partition-generic.c