From 6961c9a4c2fe8612db222bfd1693e38f7a43a2cd Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 29 Nov 2022 16:07:17 -0500 Subject: expr: Remove the synthetic flag Only diagnostics cares about this, and we can just check if the pointers are equal. --- src/expr.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/expr.h') diff --git a/src/expr.h b/src/expr.h index 22f569e..2de8958 100644 --- a/src/expr.h +++ b/src/expr.h @@ -110,8 +110,6 @@ struct bfs_expr { bool always_true; /** Whether this expression always evaluates to false. */ bool always_false; - /** Whether this expression doesn't appear on the command line. */ - bool synthetic; /** Estimated cost. */ float cost; -- cgit v1.2.3