From e99536c535c2063db22246f9a5147534e5229110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 11 May 2023 21:13:32 +0200 Subject: [PATCH] Remove unused variable --- test/set_test.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/set_test.hpp b/test/set_test.hpp index 1834e1d..9395640 100644 --- a/test/set_test.hpp +++ b/test/set_test.hpp @@ -641,9 +641,7 @@ int set_test () typename MyBoostSet::iterator bs_e = boostset.end(); typename MyStdSet::iterator ss_b = stdset.begin(); - std::size_t i = 0; while(bs_b != bs_e){ - ++i; typename MyBoostSet::iterator bs_i; typename MyStdSet::iterator ss_i; //find