From: Nicholas Nethercote Date: Sun, 15 May 2005 17:38:56 +0000 (+0000) Subject: Remove dead constant. X-Git-Tag: svn/VALGRIND_3_0_0~594 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6daae322176c026e450046be0b853aadc8fc768b;p=thirdparty%2Fvalgrind.git Remove dead constant. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3724 --- diff --git a/coregrind/amd64/core_arch.h b/coregrind/amd64/core_arch.h index f5bec01e5e..4328d45914 100644 --- a/coregrind/amd64/core_arch.h +++ b/coregrind/amd64/core_arch.h @@ -105,9 +105,6 @@ typedef VexGuestAMD64State VexGuestArchState; Miscellaneous constants ------------------------------------------------------------------ */ -// Valgrind's signal stack size, in words. -#define VGA_SIGSTACK_SIZE_W 10000 - // Valgrind's stack size, in words. #define VGA_STACK_SIZE_W 16384 diff --git a/coregrind/arm/core_arch.h b/coregrind/arm/core_arch.h index 1d3c1476d8..1936535325 100644 --- a/coregrind/arm/core_arch.h +++ b/coregrind/arm/core_arch.h @@ -106,9 +106,6 @@ typedef VexGuestARMState VexGuestArchState; Miscellaneous constants ------------------------------------------------------------------ */ -// Valgrind's signal stack size, in words. -#define VGA_SIGSTACK_SIZE_W 10000 - // Base address of client address space. #define VGA_CLIENT_BASE 0x0ul diff --git a/coregrind/x86/core_arch.h b/coregrind/x86/core_arch.h index 60ee74af61..954fff8fc0 100644 --- a/coregrind/x86/core_arch.h +++ b/coregrind/x86/core_arch.h @@ -109,9 +109,6 @@ typedef VexGuestX86State VexGuestArchState; Miscellaneous constants ------------------------------------------------------------------ */ -// Valgrind's signal stack size, in words. -#define VGA_SIGSTACK_SIZE_W 10000 - // Valgrind's stack size, in words. #define VGA_STACK_SIZE_W 16384