diff --git a/src/remote/codec.cpp b/src/remote/codec.cpp index 3cb67a3..e5f7b3c 100644 --- a/src/remote/codec.cpp +++ b/src/remote/codec.cpp @@ -565,18 +565,6 @@ std::size_t AbstractCodec::alignedValue( return (value + k) & (~k); } -static const char PADDING_BYTES[] = -{ - static_cast(0xFF), - static_cast(0xFF), - static_cast(0xFF), - static_cast(0xFF), - static_cast(0xFF), - static_cast(0xFF), - static_cast(0xFF), - static_cast(0xFF) -}; - void AbstractCodec::startMessage( epics::pvData::int8 command,