diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-06-27 19:12:39 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-06-27 19:12:39 -0400 |
commit | dad3d53671cf5f4225d8bd9e76786f651371e854 (patch) | |
tree | ddeed3e5730ec0c140f8e5487ad48b1179317c1e | |
parent | 7922e45566ab0cdc18ccc75a8dc1881416a3077c (diff) | |
download | bfs-dad3d53671cf5f4225d8bd9e76786f651371e854.tar.xz |
bftw: Remove a dead assignment
-rw-r--r-- | bftw.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1219,7 +1219,6 @@ static enum bftw_action bftw_release_reader(struct bftw_state *state, bool do_vi if (do_visit) { if (bftw_visit(state, NULL, BFTW_PRE) == BFTW_STOP) { ret = BFTW_STOP; - do_visit = false; } } else { state->error = reader->error; |