diff options
Diffstat (limited to 'cpp/src/qpid/Exception.cpp')
-rw-r--r-- | cpp/src/qpid/Exception.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/qpid/Exception.cpp b/cpp/src/qpid/Exception.cpp index e0747df49e..b25a6dc8f8 100644 --- a/cpp/src/qpid/Exception.cpp +++ b/cpp/src/qpid/Exception.cpp @@ -46,8 +46,4 @@ std::string Exception::str() const throw() { const char* Exception::what() const throw() { return str().c_str(); } -std::auto_ptr<Exception> Exception::clone() const throw() { - return std::auto_ptr<Exception>(new Exception(*this)); -} - } // namespace qpid |