From: Gerrit Renker Date: Mon, 11 Oct 2010 18:37:38 +0000 (+0200) Subject: dccp: remove unused argument in CCID tx function X-Git-Tag: v2.6.37-rc1~147^2~161^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf9e782e1dc4991edecfa3b8700cf8739c40259;p=pandora-kernel.git dccp: remove unused argument in CCID tx function This removes the argument `more' from ccid_hc_tx_packet_sent, since it was nowhere used in the entire code. (Btw, this argument was not even used in the original KAME code where the function initially came from; compare the variable moreToSend in the freebsd61-dccp-kame-28.08.2006.patch kept by Emmanuel Lochin.) Signed-off-by: Gerrit Renker --- Reading git-diff-tree failed