From f5e3f241af190e487c0499dae0efc12e9ae2d202 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 1 Sep 2017 21:24:59 +0300 Subject: Fix code style. --- src/unittests/utils/stringutils.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/unittests/utils') diff --git a/src/unittests/utils/stringutils.cc b/src/unittests/utils/stringutils.cc index 44bc4d13f..128b07078 100644 --- a/src/unittests/utils/stringutils.cc +++ b/src/unittests/utils/stringutils.cc @@ -1216,8 +1216,6 @@ TEST_CASE("stringuntils decodeLinkText", "") TEST_CASE("stringuntils isDigit", "") { - std::string str; - REQUIRE_FALSE(isDigit("")); REQUIRE(isDigit("1")); REQUIRE(isDigit("123")); @@ -1229,8 +1227,6 @@ TEST_CASE("stringuntils isDigit", "") TEST_CASE("stringuntils findAny", "") { - std::string str; - REQUIRE(findAny("test line", ",", 0) == std::string::npos); REQUIRE(findAny("test line", " ", 0) == 4U); REQUIRE(findAny("test, line", ", ", 0) == 4U); -- cgit v1.2.3-70-g09d2