We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9b612 commit cb17a29Copy full SHA for cb17a29
src/remote/codec.cpp
@@ -565,18 +565,6 @@ std::size_t AbstractCodec::alignedValue(
565
return (value + k) & (~k);
566
}
567
568
-static const char PADDING_BYTES[] =
569
-{
570
- static_cast<char>(0xFF),
571
572
573
574
575
576
577
- static_cast<char>(0xFF)
578
-};
579
-
580
581
void AbstractCodec::startMessage(
582
epics::pvData::int8 command,
0 commit comments