summaryrefslogtreecommitdiff
path: root/tools/run_hooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_hooks.py')
-rwxr-xr-xtools/run_hooks.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/run_hooks.py b/tools/run_hooks.py
deleted file mode 100755
index 59161f5f2..000000000
--- a/tools/run_hooks.py
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env python
-import third_party
-
-third_party.fix_symlinks()
-
-third_party.download_gn()
-third_party.download_clang()