diff options
Diffstat (limited to 'cpp/src/Ice/Reference.cpp')
-rw-r--r-- | cpp/src/Ice/Reference.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp index c55b3037a33..188ad33e5ee 100644 --- a/cpp/src/Ice/Reference.cpp +++ b/cpp/src/Ice/Reference.cpp @@ -734,15 +734,6 @@ IceInternal::FixedReference::streamWrite(OutputStream*) const throw FixedProxyException(__FILE__, __LINE__); } -string -IceInternal::FixedReference::toString() const -{ - throw FixedProxyException(__FILE__, __LINE__); - - assert(false); // Cannot be reached. - return string(); // To keep the compiler from complaining. -} - PropertyDict IceInternal::FixedReference::toProperty(const string&) const { |