Skip to content

Commit a2655ae

Browse files
authored
Remove unused variable
1 parent 74b50fc commit a2655ae

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Svc/Ccsds/SpacePacketFramer/test/ut/SpacePacketFramerTester.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ class SpacePacketFramerTester final : public SpacePacketFramerGTestBase {
8282

8383
U16 m_nextSeqCount; // Sequence count to be returned by getApidSeqCount output port
8484

85-
// Backing store for the oversized allocation path
86-
U8 m_oversizedDataBuffer[512];
87-
8885
// Flag read by from_bufferAllocate_handler to choose which path to take
8986
bool m_useOversizedAlloc = false;
9087
};

0 commit comments

Comments
 (0)