mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
removed duplicated call to destroy
This commit is contained in:
@ -1169,7 +1169,6 @@ public:
|
|||||||
}
|
}
|
||||||
BOOST_CATCH(...){
|
BOOST_CATCH(...){
|
||||||
x.clear();
|
x.clear();
|
||||||
destroy();
|
|
||||||
BOOST_RETHROW
|
BOOST_RETHROW
|
||||||
}
|
}
|
||||||
BOOST_CATCH_END
|
BOOST_CATCH_END
|
||||||
|
Reference in New Issue
Block a user