From 6e8f0bf44cda4256c264dc266fa2b93b305c68b1 Mon Sep 17 00:00:00 2001 From: Eric Bowden Date: Fri, 1 May 2026 09:58:17 -0500 Subject: [PATCH] Removed unused "lengthOfFirstFrame". --- src/Adaptive.Aeron/ExclusivePublication.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Adaptive.Aeron/ExclusivePublication.cs b/src/Adaptive.Aeron/ExclusivePublication.cs index 6e057e1..f8a9de8 100644 --- a/src/Adaptive.Aeron/ExclusivePublication.cs +++ b/src/Adaptive.Aeron/ExclusivePublication.cs @@ -1,5 +1,5 @@ /* - * Copyright 2014 - 2017 Adaptive Financial Consulting Ltd + * Copyright 2014 - 2026 Adaptive Financial Consulting Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -902,7 +902,6 @@ private int AppendBlock( int length) { int resultingOffset = _termOffset + length; - int lengthOfFirstFrame = buffer.GetInt(offset, ByteOrder.LittleEndian); _logMetaDataBuffer.PutLongRelease(tailCounterOffset, PackTail(_termId, resultingOffset));