Skip to content

Commit d88c9a2

Browse files
committed
Remove unused variables
1 parent 508b09c commit d88c9a2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/test/NumericConverter.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -801,8 +801,6 @@ BOOST_AUTO_TEST_CASE(convertDecFloat34)
801801

802802
BOOST_AUTO_TEST_CASE(decFloat16NumberLimits)
803803
{
804-
impl::StatusWrapper statusWrapper{CLIENT};
805-
806804
impl::NumericConverter converter{CLIENT};
807805

808806
const auto maxValue = std::numeric_limits<BoostDecFloat16>::max();
@@ -828,8 +826,6 @@ BOOST_AUTO_TEST_CASE(decFloat16NumberLimits)
828826

829827
BOOST_AUTO_TEST_CASE(decFloat34NumberLimits)
830828
{
831-
impl::StatusWrapper statusWrapper{CLIENT};
832-
833829
impl::NumericConverter converter{CLIENT};
834830

835831
const auto maxValue = std::numeric_limits<BoostDecFloat34>::max();

0 commit comments

Comments
 (0)