diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/Reference.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp index e91d048a66e..7bffecdd084 100644 --- a/cpp/src/Ice/Reference.cpp +++ b/cpp/src/Ice/Reference.cpp @@ -529,8 +529,7 @@ IceInternal::FixedReference::getLocatorCacheTimeout() const string IceInternal::FixedReference::getConnectionId() const { - throw FixedProxyException(__FILE__, __LINE__); - return string(); // Keep the compiler happy. + return string(); } ReferencePtr |