From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1tX2-0003YC-6b for qemu-devel@nongnu.org; Wed, 02 Nov 2016 07:16:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1tX1-0004xR-Cm for qemu-devel@nongnu.org; Wed, 02 Nov 2016 07:16:36 -0400 Date: Wed, 2 Nov 2016 12:16:25 +0100 From: Kevin Wolf Message-ID: <20161102111625.GF6182@noname.redhat.com> References: <1478084026-10163-1-git-send-email-ashijeetacharya@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1478084026-10163-1-git-send-email-ashijeetacharya@gmail.com> Subject: Re: [Qemu-devel] [PATCH v2] block/ssh: Code cleanup for unused parameter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ashijeet Acharya Cc: mreitz@redhat.com, rjones@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org Am 02.11.2016 um 11:53 hat Ashijeet Acharya geschrieben: > 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 Thanks, applied to the block branch. Kevin