summaryrefslogtreecommitdiff
path: root/testing/tools/githelper.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tools/githelper.py')
-rw-r--r--testing/tools/githelper.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/tools/githelper.py b/testing/tools/githelper.py
index a4016857f6..2e94196e85 100644
--- a/testing/tools/githelper.py
+++ b/testing/tools/githelper.py
@@ -64,6 +64,3 @@ class GitHelper(object):
def CloneLocal(self, source_repo, new_repo):
RunCommandPropagateErr(['git', 'clone', source_repo, new_repo],
exit_status_on_error=1)
-
- def Clean(self):
- RunCommandPropagateErr(['git', 'clean', '-df'])