diff options
Diffstat (limited to 'src/expr.h')
-rw-r--r-- | src/expr.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |