]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove dead field '.siginfo' from ThreadState(!)
authorNicholas Nethercote <njn@valgrind.org>
Sun, 27 Mar 2005 02:38:15 +0000 (02:38 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 27 Mar 2005 02:38:15 +0000 (02:38 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3460

coregrind/core.h

index 8996c19408d6bc5eb604a3b8ce255c60f9591fb3..7236aaf17942f149faae63b07fe294f396c2dc1b 100644 (file)
@@ -626,11 +626,7 @@ struct _ThreadState {
    /* Per-thread jmp_buf to resume scheduler after a signal */
    Bool    sched_jmpbuf_valid;
    jmp_buf sched_jmpbuf;
-
-   /* Info about the signal we just got */
-   vki_siginfo_t       siginfo;
 };
-//ThreadState;
 
 /* The thread table. */
 extern ThreadState VG_(threads)[VG_N_THREADS];