From a559ffac8c65f469adefcd2d4a5c41790d7e6d05 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 15 Apr 2019 10:21:22 -0400 Subject: [WIP] bftw: Push all files onto the queue before visiting them --- bftw.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'bftw.h') 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. */ -- cgit v1.2.3