]> git.mdlowis.com Git - proto/pick.git/commitdiff
cleaned up dead code
authorMichael D. Lowis <mike.lowis@gentex.com>
Wed, 17 Apr 2019 19:55:36 +0000 (15:55 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Wed, 17 Apr 2019 19:55:36 +0000 (15:55 -0400)
pick.c

diff --git a/pick.c b/pick.c
index d321686a311cf77c647a5b73f2dea2973cc5c5b7..2652045beac7bca2b84a16216f021536a8de08dd 100644 (file)
--- 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) {