diff --git a/ntp-proto/src/nts_record.rs b/ntp-proto/src/nts_record.rs index 297631166..2ad1eb432 100644 --- a/ntp-proto/src/nts_record.rs +++ b/ntp-proto/src/nts_record.rs @@ -1444,10 +1444,7 @@ impl KeyExchangeServerDecoder { #[cfg(feature = "nts-pool")] use NtsRecord::{FixedKeyRequest, KeepAlive, NtpServerDeny, SupportedAlgorithmList}; - #[cfg(feature = "nts-pool")] let mut state = self; - #[cfg(not(feature = "nts-pool"))] - let state = self; match record { EndOfMessage => {