diff options
Diffstat (limited to 'cpp/src/Ice/Reference.h')
-rw-r--r-- | cpp/src/Ice/Reference.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/Reference.h b/cpp/src/Ice/Reference.h index c9623a33191..8c9575fcaac 100644 --- a/cpp/src/Ice/Reference.h +++ b/cpp/src/Ice/Reference.h @@ -119,8 +119,6 @@ protected: mutable Ice::Int _hashValue; mutable bool _hashInitialized; - static std::pointer_to_unary_function<int, int> _rand; - private: const InstancePtr _instance; |