From 3079b514d42b0ba572e4b7f02e26e4e8e1af60a4 Mon Sep 17 00:00:00 2001 From: Stefan Rommel <50ty-one@live.de> Date: Wed, 10 Apr 2019 08:00:08 +0200 Subject: [PATCH] IndexOfHideLabel is never used --- contrib/ParseAndAddCatchTests.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/ParseAndAddCatchTests.cmake b/contrib/ParseAndAddCatchTests.cmake index ff4fc667..a6d11001 100644 --- a/contrib/ParseAndAddCatchTests.cmake +++ b/contrib/ParseAndAddCatchTests.cmake @@ -155,7 +155,6 @@ function(ParseFile SourceFile TestTarget) list(APPEND Labels ${Tags}) - list(FIND Labels "!hide" IndexOfHideLabel) set(HiddenTagFound OFF) foreach(label ${Labels}) string(REGEX MATCH "^!hide|^\\." result ${label})