diff options
Diffstat (limited to 'cpp/lib/broker/InMemoryContent.h')
-rw-r--r-- | cpp/lib/broker/InMemoryContent.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/lib/broker/InMemoryContent.h b/cpp/lib/broker/InMemoryContent.h index 7003ea2aab..8308ae4350 100644 --- a/cpp/lib/broker/InMemoryContent.h +++ b/cpp/lib/broker/InMemoryContent.h @@ -37,8 +37,6 @@ namespace qpid { u_int32_t size(); void send(framing::ChannelAdapter&, u_int32_t framesize); void encode(qpid::framing::Buffer& buffer); - void destroy(); - ~InMemoryContent(){} }; } } |