mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Cleanup unused constant
The DST_ALGORITHM_FORMATSIZE constant is unused. It could be used in dst_kasp_key_format, but instead we will use DNS_NAME_FORMATSIZE because it is used in other places too. Clean up the unused constant.
This commit is contained in:
parent
dcd49f2ead
commit
b4e1527b56
1 changed files with 0 additions and 1 deletions
|
|
@ -1221,7 +1221,6 @@ dst_algorithm_totext(dst_algorithm_t alg, isc_buffer_t *target);
|
|||
*\li ISC_R_NOSPACE target buffer is too small
|
||||
*/
|
||||
|
||||
#define DST_ALGORITHM_FORMATSIZE 20
|
||||
void
|
||||
dst_algorithm_format(dst_algorithm_t dst_alg, char *data, unsigned int length);
|
||||
/*%<
|
||||
|
|
|
|||
Loading…
Reference in a new issue