]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove dead code
authorMark Andrews <marka@isc.org>
Thu, 2 Aug 2018 04:36:27 +0000 (14:36 +1000)
committerMark Andrews <marka@isc.org>
Thu, 2 Aug 2018 23:50:45 +0000 (09:50 +1000)
(cherry picked from commit 83a1e87dd2b15eeb1fb85345affa955965cbb5bb)

lib/isc/pk11.c

index fc75a4615467e970a9f2f21eff7f7655894842ce..e781920d54f6b4dfb9ee8e65667e47f961335703 100644 (file)
@@ -1360,8 +1360,6 @@ pk11_dump_tokens(void) {
                        printf("RAND");
                }
                if (token->operations & (1 << OP_RSA)) {
-                       if (!first)
-                               printf(",");
                        first = ISC_FALSE;
                        printf("RSA");
                }