From: Michael D. Lowis Date: Wed, 17 Apr 2019 19:55:36 +0000 (-0400) Subject: cleaned up dead code X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=fa137b172c8cf6b42a13e6b87beba655fd294931;p=proto%2Fpick.git cleaned up dead code --- 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) {