Remove unused npos variables

This commit is contained in:
Peter Dimov
2021-10-09 17:10:52 +03:00
parent a121d5a000
commit e9ffc4336c
2 changed files with 0 additions and 4 deletions

View File

@ -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( "" );

View File

@ -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" );