From cdebc9669cc714f86b869597f4cd87754fdd71ab Mon Sep 17 00:00:00 2001 From: Martin Piatka Date: Tue, 14 Oct 2025 12:35:40 +0200 Subject: [PATCH] aplay/aes67: Remove unused field The sap hash is generated when the packet is created --- src/audio/playback/aes67.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/audio/playback/aes67.cpp b/src/audio/playback/aes67.cpp index c31f314a4..f8a546751 100644 --- a/src/audio/playback/aes67.cpp +++ b/src/audio/playback/aes67.cpp @@ -78,7 +78,6 @@ struct Rtp_stream{ struct Sap_session{ uint64_t sess_id = 0; //Numeric session-id from RFC uint64_t sess_ver = 0; - uint16_t sap_hash = 0; //Hash of sap packet that contained sdp for this version of session std::string origin_address; std::string name; std::string description;