From 476789c1a7ced2807a0f028fd245c534d4bd835a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 1 Nov 2016 12:44:31 +0100 Subject: [PATCH] Remove unused variable in test --- test/cfg/std.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cfg/std.cpp b/test/cfg/std.cpp index ac038f840..7cf917d65 100644 --- a/test/cfg/std.cpp +++ b/test/cfg/std.cpp @@ -3166,7 +3166,6 @@ void nullPointer_wmemcmp(wchar_t *p) #include void stdfind(const std::list &ints1, const std::list &ints2) { - std::list::const_iterator it; // cppcheck-suppress mismatchingContainers // cppcheck-suppress ignoredReturnValue std::find(ints1.begin(), ints2.end(), 123);