]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Removed x86/ume_arch_defs.c, which just defined the never-used variable
authorNicholas Nethercote <n.nethercote@gmail.com>
Fri, 3 Sep 2004 14:24:22 +0000 (14:24 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Fri, 3 Sep 2004 14:24:22 +0000 (14:24 +0000)
CLIENT_START.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2658

coregrind/x86/Makefile.am
coregrind/x86/ume_archdefs.c [deleted file]

index e6995219b6de1baad76c90a54d95ec4f7e302dde..dd09e3a4c25ef875905babe7b3a819d8fc17f70d 100644 (file)
@@ -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 (file)
index 64fd241..0000000
+++ /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;