IndexOfHideLabel is never used

This commit is contained in:
Stefan Rommel
2019-04-10 08:00:08 +02:00
committed by GitHub
parent e99f1efd28
commit 3079b514d4

View File

@ -155,7 +155,6 @@ function(ParseFile SourceFile TestTarget)
list(APPEND Labels ${Tags}) list(APPEND Labels ${Tags})
list(FIND Labels "!hide" IndexOfHideLabel)
set(HiddenTagFound OFF) set(HiddenTagFound OFF)
foreach(label ${Labels}) foreach(label ${Labels})
string(REGEX MATCH "^!hide|^\\." result ${label}) string(REGEX MATCH "^!hide|^\\." result ${label})