summaryrefslogtreecommitdiff
path: root/discard_patches.py
diff options
context:
space:
mode:
Diffstat (limited to 'discard_patches.py')
-rwxr-xr-xdiscard_patches.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/discard_patches.py b/discard_patches.py
index a6383f6b..00c457ef 100755
--- a/discard_patches.py
+++ b/discard_patches.py
@@ -22,11 +22,6 @@ def discard_git(path):
print('Error while removing patch in %s' % path)
-def dispatch_skia():
- skia_dir = os.path.join(config.android_home, config.bench_dict['Skia'])
- discard_git(skia_dir)
-
-
def dispatch_autotest():
autotest_dir = os.path.join(config.android_home, config.autotest_dir)
discard_git(autotest_dir)
@@ -55,7 +50,6 @@ def dispatch_synthmark():
def main():
- dispatch_skia()
dispatch_autotest()
dispatch_panorama()
dispatch_synthmark()