diff options
Diffstat (limited to 'cpp/test/Ice/interceptor/AMDInterceptorI.cpp')
-rw-r--r-- | cpp/test/Ice/interceptor/AMDInterceptorI.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/test/Ice/interceptor/AMDInterceptorI.cpp b/cpp/test/Ice/interceptor/AMDInterceptorI.cpp index bcfa1a518fd..9ae2a3a83d3 100644 --- a/cpp/test/Ice/interceptor/AMDInterceptorI.cpp +++ b/cpp/test/Ice/interceptor/AMDInterceptorI.cpp @@ -95,21 +95,12 @@ AMDInterceptorI::getActualStatus() const return _actualStatus; } -#ifdef ICE_CPP11_MAPPING -exception_ptr -AMDInterceptorI::getException() const -{ - IceUtil::Mutex::Lock lock(_mutex); - return _exception; -} -#else IceUtil::Exception* AMDInterceptorI::getException() const { IceUtil::Mutex::Lock lock(_mutex); return _exception.get(); } -#endif void AMDInterceptorI::clear() |