]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove dead constant.
authorNicholas Nethercote <njn@valgrind.org>
Sun, 15 May 2005 17:38:56 +0000 (17:38 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 15 May 2005 17:38:56 +0000 (17:38 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3724

coregrind/amd64/core_arch.h
coregrind/arm/core_arch.h
coregrind/x86/core_arch.h

index f5bec01e5e5a05fb3107040419c2bfdac4cf12e6..4328d45914c65d3698af5341582c1a072a1c6850 100644 (file)
@@ -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
 
index 1d3c1476d8da04353deb2c13a01d78d8dbd603f9..1936535325c6fee6453e646c76925bc9df4b5c9c 100644 (file)
@@ -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
 
index 60ee74af614b6739e6bc490103fe028d4ffa8094..954fff8fc00f9f7ec1aa8f4478125278a7872101 100644 (file)
@@ -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