summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/SlicedData.h
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-02-19 18:20:48 +0100
committerJose <jose@zeroc.com>2015-02-19 18:20:48 +0100
commit3368ee4416a96aea7450e3a64a1bd32bf30627ef (patch)
tree06f433bc51ba3ae235bc3b3bbc6d4c092f69c8eb /cpp/include/Ice/SlicedData.h
parentICE-6322 Network I/O on main thread (diff)
downloadice-3368ee4416a96aea7450e3a64a1bd32bf30627ef.tar.bz2
ice-3368ee4416a96aea7450e3a64a1bd32bf30627ef.tar.xz
ice-3368ee4416a96aea7450e3a64a1bd32bf30627ef.zip
Add IceUtil/Atomic.h with support for std::atomic
Diffstat (limited to 'cpp/include/Ice/SlicedData.h')
-rw-r--r--cpp/include/Ice/SlicedData.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/include/Ice/SlicedData.h b/cpp/include/Ice/SlicedData.h
index 10e88900cdb..96ec59fd24c 100644
--- a/cpp/include/Ice/SlicedData.h
+++ b/cpp/include/Ice/SlicedData.h
@@ -64,11 +64,6 @@ public:
const SliceInfoSeq slices;
void __gcVisitMembers(IceInternal::GCVisitor&);
-
- void __decRefUnsafe()
- {
- --_ref;
- }
};
//