From: Mark Andrews Date: Thu, 2 Aug 2018 04:36:27 +0000 (+1000) Subject: remove dead code X-Git-Tag: v9.13.3~78^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83a1e87dd2b15eeb1fb85345affa955965cbb5bb;p=thirdparty%2Fbind9.git remove dead code --- diff --git a/lib/isc/pk11.c b/lib/isc/pk11.c index f66128bd5d5..5653b479298 100644 --- a/lib/isc/pk11.c +++ b/lib/isc/pk11.c @@ -1094,8 +1094,6 @@ pk11_dump_tokens(void) { printf("\tsupported operations=0x%x (", token->operations); first = ISC_TRUE; if (token->operations & (1 << OP_RSA)) { - if (!first) - printf(","); first = ISC_FALSE; printf("RSA"); }