From: Nicholas Nethercote Date: Fri, 3 Sep 2004 14:24:22 +0000 (+0000) Subject: Removed x86/ume_arch_defs.c, which just defined the never-used variable X-Git-Tag: svn/VALGRIND_3_0_0~1625 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8b7f640029b8795e01509703d39cb3dd98a41ae;p=thirdparty%2Fvalgrind.git Removed x86/ume_arch_defs.c, which just defined the never-used variable CLIENT_START. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2658 --- diff --git a/coregrind/x86/Makefile.am b/coregrind/x86/Makefile.am index e6995219b6..dd09e3a4c2 100644 --- a/coregrind/x86/Makefile.am +++ b/coregrind/x86/Makefile.am @@ -11,7 +11,6 @@ noinst_HEADERS = \ noinst_LIBRARIES = libarch.a EXTRA_DIST = \ - ume_archdefs.c \ ume_entry.S \ ume_go.c diff --git a/coregrind/x86/ume_archdefs.c b/coregrind/x86/ume_archdefs.c deleted file mode 100644 index 64fd241fea..0000000000 --- a/coregrind/x86/ume_archdefs.c +++ /dev/null @@ -1,29 +0,0 @@ - -/* - This file is part of Valgrind, an extensible x86 protected-mode - emulator for monitoring program execution on x86-Unixes. - - Copyright (C) 2000-2004 Julian Seward - jseward@acm.org - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307, USA. - - The GNU General Public License is contained in the file COPYING. -*/ - -#include "ume_archdefs.h" - -const unsigned long CLIENT_START = 0;