block/ssh: Code cleanup for unused parameter
commit9a80832abff65044a18405f4eb22c94eba341ff6
authorAshijeet Acharya <ashijeetacharya@gmail.com>
Wed, 2 Nov 2016 10:53:46 +0000 (2 16:23 +0530)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Nov 2016 14:54:55 +0000 (11 15:54 +0100)
tree5623c4223ffebde6534792b5f81d31d22889e4e3
parenta1d4e38a8b01a6699355c31867d524f8d4cd480e
block/ssh: Code cleanup for unused parameter

This patch drops the unused parameter "BDRVSSHState" being passed into
the ssh_config() function and does code cleanup. The unused parameter
was introduced by the commit c322712.

Signed-off-by: Ashijeet Acharya <ashijeetacharya@gmail.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/ssh.c