mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
KCC: remove a TODO with seemingly no basis in specification
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
534dfb08fb
commit
229165553a
@ -832,7 +832,6 @@ class InternalEdge(object):
|
||||
def __le__(self, other):
|
||||
return not other < self
|
||||
|
||||
# TODO compare options and interval
|
||||
def __lt__(self, other):
|
||||
"""Here "less than" means "better".
|
||||
|
||||
@ -844,7 +843,6 @@ class InternalEdge(object):
|
||||
ascending V1ID,
|
||||
ascending V2ID,
|
||||
ascending Type)
|
||||
|
||||
"""
|
||||
if self.red_red != other.red_red:
|
||||
return self.red_red
|
||||
|
Loading…
Reference in New Issue
Block a user