Index: third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_mock.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_mock.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_mock.py |
index 76feb035d00ce238c882c51ae492c9608070ae92..801e1c56414a3a8d30f663999e882bd2e36b810c 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_mock.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_mock.py |
@@ -97,7 +97,6 @@ class MockSCM(object): |
def commit_locally_with_message(self, message): |
self._local_commits.append([message]) |
- pass |
def local_commits(self): |
"""For testing purposes, returns the internal recording of commits made via commit_locally_with_message. |