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 | 407a4ea3b3a04a9477a056005baae7861d86f204 (patch) | |
| tree | 4516646c07314a0f35c5b6b8d4ca078a3e1122df /qpid/cpp/src/cluster.mk | |
| parent | a56c148d59ed219adb0a415e2d6f281a0a819074 (diff) | |
| download | qpid-python-407a4ea3b3a04a9477a056005baae7861d86f204.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@820796 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/cluster.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk index d90a06e1e2..1a8812d169 100644 --- a/qpid/cpp/src/cluster.mk +++ b/qpid/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 |
