From e9ffc4336cc9601031693604541d8b7465efe288 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 9 Oct 2021 17:10:52 +0300 Subject: [PATCH] Remove unused npos variables --- test/sv_eq_test.cpp | 2 -- test/sv_lt_test.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/test/sv_eq_test.cpp b/test/sv_eq_test.cpp index ba32d13..3511a14 100644 --- a/test/sv_eq_test.cpp +++ b/test/sv_eq_test.cpp @@ -24,8 +24,6 @@ int main() { - std::size_t const npos = boost::core::string_view::npos; - { boost::core::string_view sv1( "" ); boost::core::string_view sv2( "" ); diff --git a/test/sv_lt_test.cpp b/test/sv_lt_test.cpp index e86148b..0c78b91 100644 --- a/test/sv_lt_test.cpp +++ b/test/sv_lt_test.cpp @@ -23,8 +23,6 @@ int main() { - std::size_t const npos = boost::core::string_view::npos; - { boost::core::string_view sv0( "" ); boost::core::string_view sv1( "12" );