summaryrefslogtreecommitdiff
path: root/cpp/src/Glacier2Lib/SessionHelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Glacier2Lib/SessionHelper.cpp')
-rw-r--r--cpp/src/Glacier2Lib/SessionHelper.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/Glacier2Lib/SessionHelper.cpp b/cpp/src/Glacier2Lib/SessionHelper.cpp
index 4b781be2ea1..be80106633f 100644
--- a/cpp/src/Glacier2Lib/SessionHelper.cpp
+++ b/cpp/src/Glacier2Lib/SessionHelper.cpp
@@ -73,7 +73,6 @@ public:
{
}
-
virtual
void run()
{
@@ -303,13 +302,11 @@ SessionHelperI::objectAdapter()
return internalObjectAdapter();
}
-
Glacier2::SessionHelper::~SessionHelper()
{
// Out of line to avoid weak vtable
}
-
#ifndef ICE_CPP11_MAPPING
bool
Glacier2::SessionHelper::operator==(const Glacier2::SessionHelper& other) const
@@ -344,7 +341,6 @@ Glacier2::SessionCallback::~SessionCallback()
// Out of line to avoid weak vtable
}
-
namespace
{
@@ -621,7 +617,6 @@ private:
const string _finder;
};
-
class DispatchCallThread : public IceUtil::Thread
{