summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/eval.c b/eval.c
index 41e0377..ed1ab55 100644
--- a/eval.c
+++ b/eval.c
@@ -449,18 +449,6 @@ bool eval_hidden(const struct expr *expr, struct eval_state *state) {
}
/**
- * -nohidden action.
- */
-bool eval_nohidden(const struct expr *expr, struct eval_state *state) {
- if (eval_hidden(expr, state)) {
- eval_prune(expr, state);
- return false;
- } else {
- return true;
- }
-}
-
-/**
* -inum test.
*/
bool eval_inum(const struct expr *expr, struct eval_state *state) {