summaryrefslogtreecommitdiffstats
path: root/bftw.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-04-15 10:21:22 -0400
committerTavian Barnes <tavianator@tavianator.com>2019-04-20 14:18:03 -0400
commita559ffac8c65f469adefcd2d4a5c41790d7e6d05 (patch)
treeb2bacf4764570d755362ea372804aa84188fc8c4 /bftw.h
parent60020d1f52d032c495785802c44226a63a217737 (diff)
downloadbfs-queue-files.tar.xz
[WIP] bftw: Push all files onto the queue before visiting themqueue-files
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. */