mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
remove dead code
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user