From fa137b172c8cf6b42a13e6b87beba655fd294931 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Wed, 17 Apr 2019 15:55:36 -0400 Subject: [PATCH] cleaned up dead code --- pick.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pick.c b/pick.c index d321686..2652045 100644 --- a/pick.c +++ b/pick.c @@ -51,7 +51,6 @@ static int by_score(const void* a, const void* b) { return -1; else return 0; -// return strcmp(ca->string, cb->string); } static void load_choices(void) { -- 2.52.0