From: Denys Vlasenko Date: Thu, 15 Mar 2012 12:02:31 +0000 (+0100) Subject: Remove an outdated comment X-Git-Tag: v4.7~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68269aa29f37e012ab545aa1e700d2df3b85bb81;p=strace Remove an outdated comment * defs.h: Remove an outdated comment. Signed-off-by: Denys Vlasenko --- diff --git a/defs.h b/defs.h index 050d908f..0683d9a4 100644 --- a/defs.h +++ b/defs.h @@ -317,12 +317,7 @@ struct tcb { /* TCB flags */ #define TCB_INUSE 00001 /* This table entry is in use */ -/* We have attached to this process, but did not see it stopping yet. - * (If this bit is not set, we either didn't attach yet, - * or we did attach to it, already saw it stopping at least once, - * did some init work on it and cleared this bit. TODO: maybe it makes sense - * to split these two states?) - */ +/* We have attached to this process, but did not see it stopping yet */ #define TCB_STARTUP 00002 #define TCB_IGNORE_ONE_SIGSTOP 00004 /* Next SIGSTOP is to be ignored */ /*