summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/RecMutex.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2015-11-13 18:27:27 -0500
committerBernard Normier <bernard@zeroc.com>2015-11-13 18:27:27 -0500
commit8b9fe38d25f95060c4b14b11bf7526682b938a61 (patch)
tree572c29de973b3d36c33510cf013f7792d3f50c31 /cpp/src/IceUtil/RecMutex.cpp
parentMoved Freeze to its own repository (diff)
downloadice-8b9fe38d25f95060c4b14b11bf7526682b938a61.tar.bz2
ice-8b9fe38d25f95060c4b14b11bf7526682b938a61.tar.xz
ice-8b9fe38d25f95060c4b14b11bf7526682b938a61.zip
Moved AbstractMutex and Cache
from IceUtil to Freeze
Diffstat (limited to 'cpp/src/IceUtil/RecMutex.cpp')
-rw-r--r--cpp/src/IceUtil/RecMutex.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/IceUtil/RecMutex.cpp b/cpp/src/IceUtil/RecMutex.cpp
index c963a6eb801..84b2f9181ff 100644
--- a/cpp/src/IceUtil/RecMutex.cpp
+++ b/cpp/src/IceUtil/RecMutex.cpp
@@ -10,12 +10,6 @@
#include <IceUtil/RecMutex.h>
#include <IceUtil/Exception.h>
-//
-// AbstractMutex isn't used anywhere in IceUtil, we include it here
-// to give the compiler a chance to export the class symbols.
-//
-#include <IceUtil/AbstractMutex.h>
-
using namespace std;
IceUtil::RecMutex::RecMutex() :