Skip to content

Commit cb17a29

Browse files
anjohnsonmdavidsaver
authored andcommitted
Delete unused static const array
1 parent 7f9b612 commit cb17a29

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/remote/codec.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -565,18 +565,6 @@ std::size_t AbstractCodec::alignedValue(
565565
return (value + k) & (~k);
566566
}
567567

568-
static const char PADDING_BYTES[] =
569-
{
570-
static_cast<char>(0xFF),
571-
static_cast<char>(0xFF),
572-
static_cast<char>(0xFF),
573-
static_cast<char>(0xFF),
574-
static_cast<char>(0xFF),
575-
static_cast<char>(0xFF),
576-
static_cast<char>(0xFF),
577-
static_cast<char>(0xFF)
578-
};
579-
580568

581569
void AbstractCodec::startMessage(
582570
epics::pvData::int8 command,

0 commit comments

Comments
 (0)