summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cpg.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-02-26 17:21:40 +0000
committerAlan Conway <aconway@apache.org>2009-02-26 17:21:40 +0000
commit28e687d9c6a150c25f07d2d79f90ef876cf59ec2 (patch)
treeb702f63a5301a8974adc4eda1843fca8e7435079 /cpp/src/qpid/cluster/Cpg.h
parentca7460747ce41c91ef1d485b514e9dfe2879cb1c (diff)
downloadqpid-python-28e687d9c6a150c25f07d2d79f90ef876cf59ec2.tar.gz
Remove "flow enabled" log messages.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748215 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Cpg.h')
-rw-r--r--cpp/src/qpid/cluster/Cpg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/cluster/Cpg.h b/cpp/src/qpid/cluster/Cpg.h
index 5ac5a5bdbc..ac27a09ae6 100644
--- a/cpp/src/qpid/cluster/Cpg.h
+++ b/cpp/src/qpid/cluster/Cpg.h
@@ -114,8 +114,6 @@ class Cpg : public sys::IOHandle {
int getFd();
- bool isFlowControlEnabled();
-
private:
static std::string errorStr(cpg_error_t err, const std::string& msg);
static std::string cantJoinMsg(const Name&);