Skip to content

Commit 82a1dd4

Browse files
committed
Remove unused var
1 parent eac243e commit 82a1dd4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/Yasba/Sieve Commands/Core/If/IfCommand.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ final class IfCommand: SieveContainerCommand, SieveCommandValueEquatable {
4141
self.elseChildren = elseChildren
4242
}
4343

44-
var displayName: String { "If" }
45-
4644
func isSemanticallyEqual(to other: AnySieveCommand) -> Bool {
4745
guard let other = other as? IfCommand else { return false }
4846
return quantifier == other.quantifier

0 commit comments

Comments
 (0)