summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/EventFrame.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-04-15 17:50:10 +0000
committerAlan Conway <aconway@apache.org>2009-04-15 17:50:10 +0000
commit10c71c4d7bef06f35de6b28c7c6d944351070432 (patch)
treece17f7d47e65a276cda735c0bb9cae9fa6a75255 /cpp/src/qpid/cluster/EventFrame.cpp
parentb73dada8c6e7ce38c48b11ff8b79c821d9dee0c1 (diff)
downloadqpid-python-10c71c4d7bef06f35de6b28c7c6d944351070432.tar.gz
Removed un-used LatencyMetric hack: missed in lat commit.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@765286 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/EventFrame.cpp')
-rw-r--r--cpp/src/qpid/cluster/EventFrame.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/qpid/cluster/EventFrame.cpp b/cpp/src/qpid/cluster/EventFrame.cpp
index 9350c801f5..a48d134f1b 100644
--- a/cpp/src/qpid/cluster/EventFrame.cpp
+++ b/cpp/src/qpid/cluster/EventFrame.cpp
@@ -28,9 +28,7 @@ EventFrame::EventFrame() {}
EventFrame::EventFrame(const EventHeader& e, const framing::AMQFrame& f, int rc)
: connectionId(e.getConnectionId()), frame(f), readCredit(rc), type(e.getType())
-{
- QPID_LATENCY_INIT(frame);
-}
+{}
std::ostream& operator<<(std::ostream& o, const EventFrame& e) {
if (e.frame.getBody()) o << e.frame;