Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
2c58b9be
Commit
2c58b9be
authored
Jan 28, 2019
by
Sietse Ringers
Browse files
Remove unreachable return statement
Fixes #25
parent
c02787f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
attributes.go
View file @
2c58b9be
...
...
@@ -383,8 +383,6 @@ func (disjunction *AttributeDisjunction) satisfied() bool {
attr
:=
disjunction
.
Attributes
[
*
disjunction
.
index
]
return
!
disjunction
.
HasValues
()
||
disjunction
.
value
==
disjunction
.
Values
[
attr
]
return
false
}
// MatchesConfig returns true if all attributes contained in the disjunction are
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment