Use auto equatable

This commit is contained in:
David Jennes
2018-09-20 01:29:38 +02:00
parent 831cdf5f36
commit 1704cd2ddf
3 changed files with 0 additions and 26 deletions

View File

@@ -128,10 +128,6 @@ public struct Variable : Equatable, Resolvable {
}
}
public func ==(lhs: Variable, rhs: Variable) -> Bool {
return lhs.variable == rhs.variable
}
/// A structure used to represet range of two integer values expressed as `from...to`.
/// Values should be numbers (they will be converted to integers).
/// Rendering this variable produces array from range `from...to`.