]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove unused #define
authorNicholas Nethercote <n.nethercote@gmail.com>
Tue, 22 Jun 2004 14:20:20 +0000 (14:20 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Tue, 22 Jun 2004 14:20:20 +0000 (14:20 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2437

coregrind/vg_main.c

index 7f75ff26dd5c52d2bd033c238e87607c28d374fc..35a72e3e777216ac94ea7fdd6b36179c130f7b72 100644 (file)
@@ -74,9 +74,6 @@
 #define AT_SECURE 23   /* secure mode boolean */
 #endif /* AT_SECURE */
 
-/* Amount to reserve for Valgrind's internal heap */
-#define VALGRIND_HEAPSIZE      (128*1024*1024)
-
 /* Amount to reserve for Valgrind's internal mappings */
 #define VALGRIND_MAPSIZE       (128*1024*1024)