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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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})