diff options
author | Bernard Normier <bernard@zeroc.com> | 2015-11-13 18:27:27 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2015-11-13 18:27:27 -0500 |
commit | 8b9fe38d25f95060c4b14b11bf7526682b938a61 (patch) | |
tree | 572c29de973b3d36c33510cf013f7792d3f50c31 /cpp/src/IceUtil/RecMutex.cpp | |
parent | Moved Freeze to its own repository (diff) | |
download | ice-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.cpp | 6 |
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() : |