From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Paasch Subject: Re: [PATCH] tcp: Remove unused tcpct declarations and comments Date: Wed, 31 Jul 2013 13:08:21 +0200 Message-ID: <20130731110821.GA3747@cpaasch-mac> References: <20130731133945.5b7b3f7487491f41ea45a7f6@highloadlab.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "David S. Miller" , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy , Eric Dumazet , Neal Cardwell , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, trivial@kernel.org To: Dmitry Popov Return-path: Received: from mail-pd0-f180.google.com ([209.85.192.180]:37143 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753905Ab3GaLI0 (ORCPT ); Wed, 31 Jul 2013 07:08:26 -0400 Content-Disposition: inline In-Reply-To: <20130731133945.5b7b3f7487491f41ea45a7f6@highloadlab.com> Sender: netdev-owner@vger.kernel.org List-ID: On 31/07/13 - 13:39:45, Dmitry Popov wrote: > Remove declaration, 4 defines and confusing comment that are no longer used > since 1a2c6181c4 ("tcp: Remove TCPCT"). > > Signed-off-by: Dmitry Popov > --- > include/linux/tcp.h | 1 - > include/net/tcp.h | 4 ---- > net/ipv4/tcp.c | 4 ---- > 3 files changed, 9 deletions(-) Sorry, I oversaw these when removing TCPCT. Acked-by: Christoph Paasch