summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/single/Subscriber.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2013-01-31 16:51:40 +0100
committerJose <jose@zeroc.com>2013-01-31 16:51:40 +0100
commit4d55f11cdf22fbc23e3e7c9f4758566bd05a9471 (patch)
treef5c3071ebb27c18dae2fb2585706bd9af8dd92cf /cpp/test/IceStorm/single/Subscriber.cpp
parentFixed ICE-4870 - optional comparison operators on C++ structs (diff)
downloadice-4d55f11cdf22fbc23e3e7c9f4758566bd05a9471.tar.bz2
ice-4d55f11cdf22fbc23e3e7c9f4758566bd05a9471.tar.xz
ice-4d55f11cdf22fbc23e3e7c9f4758566bd05a9471.zip
Xcode 4.6 - clang 4.2 updates
Diffstat (limited to 'cpp/test/IceStorm/single/Subscriber.cpp')
-rw-r--r--cpp/test/IceStorm/single/Subscriber.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/test/IceStorm/single/Subscriber.cpp b/cpp/test/IceStorm/single/Subscriber.cpp
index b87e2f0ab46..453ae2ce090 100644
--- a/cpp/test/IceStorm/single/Subscriber.cpp
+++ b/cpp/test/IceStorm/single/Subscriber.cpp
@@ -98,7 +98,6 @@ private:
CommunicatorPtr _communicator;
const string _name;
int _count;
- bool _ordered;
int _last;
};
typedef IceUtil::Handle<SingleI> SingleIPtr;