mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +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);
|
printf("\tsupported operations=0x%x (", token->operations);
|
||||||
first = ISC_TRUE;
|
first = ISC_TRUE;
|
||||||
if (token->operations & (1 << OP_RSA)) {
|
if (token->operations & (1 << OP_RSA)) {
|
||||||
if (!first)
|
|
||||||
printf(",");
|
|
||||||
first = ISC_FALSE;
|
first = ISC_FALSE;
|
||||||
printf("RSA");
|
printf("RSA");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user