From 2c1d3b1e7de89a5e0a6eec984d3a66061b531777 Mon Sep 17 00:00:00 2001 From: yperbasis Date: Wed, 3 Jan 2024 17:56:37 +0100 Subject: [PATCH] remove unnecessary assert --- silkworm/sentry/rlpx/framing/framing_cipher.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/silkworm/sentry/rlpx/framing/framing_cipher.cpp b/silkworm/sentry/rlpx/framing/framing_cipher.cpp index bcfca8d040..f367510adf 100644 --- a/silkworm/sentry/rlpx/framing/framing_cipher.cpp +++ b/silkworm/sentry/rlpx/framing/framing_cipher.cpp @@ -203,7 +203,6 @@ FramingCipher::FramingCipher(const KeyMaterial& key_material) { } FramingCipher::~FramingCipher() { - assert(true); } FramingCipher::FramingCipher(FramingCipher&& other) noexcept