Skip to content

Commit

Permalink
Merge pull request #1331 from djmitche/remove-mock-method
Browse files Browse the repository at this point in the history
remove unused method per @benallard's suggestion
  • Loading branch information
Mikhail Sobolev committed Nov 7, 2014
2 parents b057bbe + 1b9dda5 commit a5d75df
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions master/buildbot/test/fake/fakemaster.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#
# Copyright Buildbot Team Members

import mock
import os.path
import weakref

Expand Down Expand Up @@ -166,10 +165,6 @@ def getObjectId(self):
def subscribeToBuildRequests(self, callback):
pass

# work around http://code.google.com/p/mock/issues/detail?id=105
def _get_child_mock(self, **kw):
return mock.Mock(**kw)


# Leave this alias, in case we want to add more behavior later
def make_master(wantMq=False, wantDb=False, wantData=False,
Expand Down

0 comments on commit a5d75df

Please sign in to comment.