]> granicus.if.org Git - strace/commitdiff
Remove unused struct tcb::baddr field
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 17 Mar 2012 11:41:27 +0000 (12:41 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 17 Mar 2012 11:41:27 +0000 (12:41 +0100)
* defs.h: Remove unused struct tcb::baddr field.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
defs.h

diff --git a/defs.h b/defs.h
index 89ccf54d2f29f72adc7df0e41551a43612bd621c..a91e196d0e754a85ee9841243206ba11acc20068 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -325,9 +325,8 @@ struct tcb {
        struct timeval stime;   /* System time usage as of last process wait */
        struct timeval dtime;   /* Delta for system time usage */
        struct timeval etime;   /* Syscall entry time */
-                               /* Support for tracing forked processes */
-       long baddr;             /* `Breakpoint' address */
-       long inst[2];           /* Instructions on above */
+                               /* Support for tracing forked processes: */
+       long inst[2];           /* Saved clone args (badly named) */
 };
 
 /* TCB flags */