diff options
| author | Alan Conway <aconway@apache.org> | 2009-10-01 21:17:01 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-10-01 21:17:01 +0000 |
| commit | 66b66bdfc90d01b0505270982e513fde3af5295c (patch) | |
| tree | 756b3fb726cb9cbc3a734239f9df89d3cd114caa /cpp/src/cluster.mk | |
| parent | 526c9c7fc31c2ff5880f9993acc83a47a0973ab2 (diff) | |
| download | qpid-python-66b66bdfc90d01b0505270982e513fde3af5295c.tar.gz | |
Removed LatencyTracker from cluster.
Turned out not to be very useful. Better to use profiling tools like systemtap.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@820796 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/cluster.mk')
| -rw-r--r-- | cpp/src/cluster.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk index d90a06e1e2..1a8812d169 100644 --- a/cpp/src/cluster.mk +++ b/cpp/src/cluster.mk @@ -82,8 +82,7 @@ cluster_la_SOURCES = \ qpid/cluster/PollerDispatch.h \ qpid/cluster/ProxyInputHandler.h \ qpid/cluster/Quorum.h \ - qpid/cluster/types.h \ - qpid/sys/LatencyTracker.h + qpid/cluster/types.h cluster_la_LIBADD= -lcpg $(libcman) libqpidbroker.la libqpidclient.la cluster_la_CXXFLAGS = $(AM_CXXFLAGS) -fno-strict-aliasing |
