diff options
Diffstat (limited to 'cpp/src/IceStorm/Service.cpp')
-rw-r--r-- | cpp/src/IceStorm/Service.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/IceStorm/Service.cpp b/cpp/src/IceStorm/Service.cpp index 1fed3c66178..f17ab500ace 100644 --- a/cpp/src/IceStorm/Service.cpp +++ b/cpp/src/IceStorm/Service.cpp @@ -13,7 +13,6 @@ #include <IceStorm/TraceLevels.h> #include <IceStorm/BatchFlusher.h> #include <IceStorm/SubscriberPool.h> -#include <IceStorm/KeepAliveThread.h> #include <IceStorm/Service.h> using namespace std; @@ -130,7 +129,7 @@ IceStorm::ServiceI::start( // installed so that any upstream topics are notified immediately // after startup. // - _instance->keepAlive()->startPinging(); + //_instance->keepAlive()->startPinging(); } void |