diff options
Diffstat (limited to 'cpp/src/Ice/EndpointFactoryManager.cpp')
-rw-r--r-- | cpp/src/Ice/EndpointFactoryManager.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/Ice/EndpointFactoryManager.cpp b/cpp/src/Ice/EndpointFactoryManager.cpp index 35681182764..9f6c81ee6f0 100644 --- a/cpp/src/Ice/EndpointFactoryManager.cpp +++ b/cpp/src/Ice/EndpointFactoryManager.cpp @@ -102,9 +102,7 @@ IceInternal::EndpointFactoryManager::create(const string& str) const } } - EndpointParseException ex(__FILE__, __LINE__); - ex.str = str; - throw ex; + return 0; } EndpointPtr |