]> granicus.if.org Git - strace/blobdiff - defs.h
Remove UNDEFINED_SCNO
[strace] / defs.h
diff --git a/defs.h b/defs.h
index f7a85cad5f20f0a1b42966cd35de017b22242e19..724d4f3c47fd3fb06dfa78a3a137d431fbfef232 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -356,7 +356,6 @@ struct tcb {
 #define QUAL_READ      0x020   /* dump data read on this file descriptor */
 #define QUAL_WRITE     0x040   /* dump data written to this file descriptor */
 typedef uint8_t qualbits_t;
-#define UNDEFINED_SCNO 0x100   /* Used only in tcp->qual_flg */
 
 #define DEFAULT_QUAL_FLAGS (QUAL_TRACE | QUAL_ABBREV | QUAL_VERBOSE)