fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit eda0e5d5801766b6ac63eefcbf38db417c8436d7 parent 6a6cb968b9fd901627a64c83b199f40c43a28187 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Sun, 8 Jan 2017 00:50:19 -0800 Remove unused and uninitialized worker struct var Diffstat:
| M | src/choices.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/choices.c b/src/choices.c @@ -142,7 +142,6 @@ struct worker { pthread_t thread_id; choices_t *choices; const char *search; - size_t worker_count; size_t worker_num; struct scored_result *results; size_t available;