diff options
Diffstat (limited to 'cpp/src/IceGrid/ObjectCache.cpp')
-rw-r--r-- | cpp/src/IceGrid/ObjectCache.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/ObjectCache.cpp b/cpp/src/IceGrid/ObjectCache.cpp index caa5a75d3db..337b31776ef 100644 --- a/cpp/src/IceGrid/ObjectCache.cpp +++ b/cpp/src/IceGrid/ObjectCache.cpp @@ -14,8 +14,6 @@ using namespace std; using namespace IceGrid; -pointer_to_unary_function<int, unsigned int> ObjectCache::_rand(IceUtilInternal::random); - namespace IceGrid { |