From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750833AbVLKTnP (ORCPT ); Sun, 11 Dec 2005 14:43:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750835AbVLKTnO (ORCPT ); Sun, 11 Dec 2005 14:43:14 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:58124 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S1750833AbVLKTnN (ORCPT ); Sun, 11 Dec 2005 14:43:13 -0500 Date: Sun, 11 Dec 2005 20:43:12 +0100 From: Adrian Bunk To: Andrew Morton Cc: starvik@axis.com, dev-etrax@axis.com, linux-kernel@vger.kernel.org, Alexey Dobriyan Subject: [2.6 patch] cris: kgdb: remove double_this() Message-ID: <20051211194311.GT23349@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Alexey Dobriyan Doesn't make much sense and unused. Signed-off-by: Alexey Dobriyan Signed-off-by: Adrian Bunk --- This patch was already sent on: - 8 Nov 2005 arch/cris/arch-v10/kernel/kgdb.c | 6 ------ 1 file changed, 6 deletions(-) --- ./arch/cris/arch-v10/kernel/kgdb.c +++ ./arch/cris/arch-v10/kernel/kgdb.c @@ -569,12 +569,6 @@ gdb_cris_strtol (const char *s, char **e return x; } -int -double_this(int x) -{ - return 2 * x; -} - /********************************* Register image ****************************/ /* Copy the content of a register image into another. The size n is the size of the register image. Due to struct assignment generation of