We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b50fc commit a2655aeCopy full SHA for a2655ae
1 file changed
Svc/Ccsds/SpacePacketFramer/test/ut/SpacePacketFramerTester.hpp
@@ -82,9 +82,6 @@ class SpacePacketFramerTester final : public SpacePacketFramerGTestBase {
82
83
U16 m_nextSeqCount; // Sequence count to be returned by getApidSeqCount output port
84
85
- // Backing store for the oversized allocation path
86
- U8 m_oversizedDataBuffer[512];
87
-
88
// Flag read by from_bufferAllocate_handler to choose which path to take
89
bool m_useOversizedAlloc = false;
90
};
0 commit comments