]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove two no-longer-used global vars.
authorNicholas Nethercote <n.nethercote@gmail.com>
Tue, 22 Jun 2004 13:19:21 +0000 (13:19 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Tue, 22 Jun 2004 13:19:21 +0000 (13:19 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2432

coregrind/vg_main.c

index 57463fbefa869538428f42a7ae079780ff63fa82..6b5f701598a529d83660c88a739a0490ef94cf8b 100644 (file)
@@ -161,11 +161,6 @@ Char** VG_(client_envp);
 /* Our signal delivery stack. */
 UInt VG_(sigstack)[VG_SIGSTACK_SIZE_W];
 
-/* Saving stuff across system calls. */
-__attribute__ ((aligned (16)))
-UInt VG_(real_sse_state_saved_over_syscall)[VG_SIZE_OF_SSESTATE_W];
-Addr VG_(esp_saved_over_syscall);
-
 /* jmp_buf for fatal signals */
 Int    VG_(fatal_sigNo) = -1;
 Bool   VG_(fatal_signal_set) = False;