diff --git a/ntp-proto/src/nts_record.rs b/ntp-proto/src/nts_record.rs index 6c7449b97..b3aaf883d 100644 --- a/ntp-proto/src/nts_record.rs +++ b/ntp-proto/src/nts_record.rs @@ -1466,10 +1466,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 => {