diff options
Diffstat (limited to 'cpp/src/Ice/ReferenceFactory.cpp')
-rw-r--r-- | cpp/src/Ice/ReferenceFactory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/ReferenceFactory.cpp b/cpp/src/Ice/ReferenceFactory.cpp index 21acbf36ea1..dd83f38d42d 100644 --- a/cpp/src/Ice/ReferenceFactory.cpp +++ b/cpp/src/Ice/ReferenceFactory.cpp @@ -541,8 +541,6 @@ IceInternal::ReferenceFactory::create(const string& str, const string& propertyP throw ProxyParseException(__FILE__, __LINE__, "malformed proxy `" + s + "'"); } } - - return 0; // Unreachable, prevents compiler warning. } ReferencePtr |