From: Nicholas Nethercote Date: Wed, 24 Nov 2004 18:58:41 +0000 (+0000) Subject: Remove now-unnecessary macro. X-Git-Tag: svn/VALGRIND_3_0_0~1219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3004b398748ca214d3b632beaa30fa3a84852fd8;p=thirdparty%2Fvalgrind.git Remove now-unnecessary macro. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3099 --- diff --git a/coregrind/x86/core_arch.h b/coregrind/x86/core_arch.h index 1b8f702719..73fdd85ad5 100644 --- a/coregrind/x86/core_arch.h +++ b/coregrind/x86/core_arch.h @@ -168,9 +168,6 @@ struct arch_thread_aux { Miscellaneous constants ------------------------------------------------------------------ */ -// Total number of spill slots available for register allocation. -#define VG_MAX_SPILLSLOTS 100 - // Valgrind's signal stack size, in words. #define VG_SIGSTACK_SIZE_W 10000