summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-12-18 14:27:33 +0100
committerJose <jose@zeroc.com>2012-12-18 14:27:33 +0100
commitafbff623cf89135bb36ae5d4d5b267bc5ff954f4 (patch)
tree06275987dada5eea0b45d1a3efa1fdb5688d1133 /cpp/src
parentICE-5122 - Fixed IceGridGUI prefereces dialog (diff)
downloadice-afbff623cf89135bb36ae5d4d5b267bc5ff954f4.tar.bz2
ice-afbff623cf89135bb36ae5d4d5b267bc5ff954f4.tar.xz
ice-afbff623cf89135bb36ae5d4d5b267bc5ff954f4.zip
Fixed (ICE-5130) - Warnings when building on OSX
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IceStorm/NodeI.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/IceStorm/NodeI.cpp b/cpp/src/IceStorm/NodeI.cpp
index 1693ec694a9..cb3b5ba2192 100644
--- a/cpp/src/IceStorm/NodeI.cpp
+++ b/cpp/src/IceStorm/NodeI.cpp
@@ -18,11 +18,6 @@ using namespace std;
namespace
{
-bool operator==(const GroupNodeInfo& info, int id)
-{
- return info.id == id;
-}
-
class CheckTask : public IceUtil::TimerTask
{
const NodeIPtr _node;