summaryrefslogtreecommitdiffstats
path: root/src/expr.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-11-30 10:51:45 -0500
committerTavian Barnes <tavianator@tavianator.com>2022-11-30 11:59:26 -0500
commit1d68b43f1554ee82b3ac5772534a5ecbd57855a7 (patch)
tree6d9fbcf82670f0221c7c3374b9668b747f1488c1 /src/expr.h
parent6961c9a4c2fe8612db222bfd1693e38f7a43a2cd (diff)
downloadbfs-1d68b43f1554ee82b3ac5772534a5ecbd57855a7.tar.xz
expr: Remove the singleton bfs_{true,false} expressions
Diffstat (limited to 'src/expr.h')
-rw-r--r--src/expr.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/expr.h b/src/expr.h
index 2de8958..e541d8e 100644
--- a/src/expr.h
+++ b/src/expr.h
@@ -202,11 +202,6 @@ struct bfs_expr {
};
};
-/** Singleton true expression instance. */
-extern struct bfs_expr bfs_true;
-/** Singleton false expression instance. */
-extern struct bfs_expr bfs_false;
-
/**
* Create a new expression.
*/