Skip to content

Commit

Permalink
Removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
ktnyt committed Sep 22, 2015
1 parent d5ff752 commit 1564dec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/brica1/scheduler.py
Expand Up @@ -161,9 +161,6 @@ def __init__(self, time, component):
self.time = time
self.component = component

def __cmp__(self, other):
return cmp(self.time, other.time)

def __lt__(self, other):
return self.time < other.time;

Expand Down

0 comments on commit 1564dec

Please sign in to comment.