summaryrefslogtreecommitdiffstats
path: root/bftw.h
diff options
context:
space:
mode:
Diffstat (limited to 'bftw.h')
-rw-r--r--bftw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bftw.h b/bftw.h
index e822523..eaeb92e 100644
--- a/bftw.h
+++ b/bftw.h
@@ -108,8 +108,6 @@ struct BFTW {
enum bftw_action {
/** Keep walking. */
BFTW_CONTINUE,
- /** Skip this path's siblings. */
- BFTW_SKIP_SIBLINGS,
/** Skip this path's children. */
BFTW_SKIP_SUBTREE,
/** Stop walking. */