Skip to content

Commit

Permalink
remove inaccurate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Apr 18, 2011
1 parent 54f61b6 commit 80e3ec5
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions master/buildbot/status/builder.py
Expand Up @@ -41,24 +41,6 @@ def worst_status(a, b):
if s in (a, b):
return s

# build processes call the following methods:
#
# setDefaults
#
# currentlyBuilding
# currentlyIdle
# currentlyInterlocked
# currentlyOffline
# currentlyWaiting
#
# setCurrentActivity
# updateCurrentActivity
# addFileToCurrentActivity
# finishCurrentActivity
#
# startBuild
# finishBuild

class Event:
implements(interfaces.IStatusEvent)

Expand Down

0 comments on commit 80e3ec5

Please sign in to comment.