diff options
Diffstat (limited to 'cpp/src/qpid/framing/AMQFrame.h')
| -rw-r--r-- | cpp/src/qpid/framing/AMQFrame.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/AMQFrame.h b/cpp/src/qpid/framing/AMQFrame.h index 2318492e2d..5a8e55f9d2 100644 --- a/cpp/src/qpid/framing/AMQFrame.h +++ b/cpp/src/qpid/framing/AMQFrame.h @@ -105,7 +105,6 @@ class AMQFrame : public AMQDataBlock void setEos(bool isEos) { eos = isEos; } static uint32_t frameOverhead(); - private: void init() { bof = eof = bos = eos = true; subchannel=0; channel=0; } |
