diff options
author | Joe George <joe@zeroc.com> | 2021-03-29 10:01:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 10:01:10 -0400 |
commit | c095b7f9c123e1b07bf3844e7aaad9bb1a56d143 (patch) | |
tree | b31a58b033e02a10f47279985f59247839efdd65 /cpp/src/IceGrid/ObjectCache.h | |
parent | Fix whitespace (diff) | |
download | ice-c095b7f9c123e1b07bf3844e7aaad9bb1a56d143.tar.bz2 ice-c095b7f9c123e1b07bf3844e7aaad9bb1a56d143.tar.xz ice-c095b7f9c123e1b07bf3844e7aaad9bb1a56d143.zip |
Support for building C++98 with a C++11 compiler (#1267)
Fixes #1266
Diffstat (limited to 'cpp/src/IceGrid/ObjectCache.h')
-rw-r--r-- | cpp/src/IceGrid/ObjectCache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/ObjectCache.h b/cpp/src/IceGrid/ObjectCache.h index 3ad01e04679..b279389f19e 100644 --- a/cpp/src/IceGrid/ObjectCache.h +++ b/cpp/src/IceGrid/ObjectCache.h @@ -73,8 +73,6 @@ private: const Ice::CommunicatorPtr _communicator; std::map<std::string, TypeEntry> _types; - - static std::pointer_to_unary_function<int, unsigned int> _rand; }; }; |