Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Mar 8, 2011
1 parent 6b7aa5c commit 8b63982
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions master/buildbot/process/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,10 +672,6 @@ def setExpectations(self, progress):
log.msg("new expectations: %s seconds" % \
self.expectations.expectedBuildTime())

def shutdownSlave(self):
if self.remote:
self.remote.callRemote("shutdown")


class BuilderControl:
implements(interfaces.IBuilderControl)
Expand Down

0 comments on commit 8b63982

Please sign in to comment.