aboutsummaryrefslogtreecommitdiff
path: root/llvm_tools/get_upstream_patch.py
diff options
context:
space:
mode:
Diffstat (limited to 'llvm_tools/get_upstream_patch.py')
-rw-r--r--llvm_tools/get_upstream_patch.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm_tools/get_upstream_patch.py b/llvm_tools/get_upstream_patch.py
index 4ee9fe6a..61df8424 100644
--- a/llvm_tools/get_upstream_patch.py
+++ b/llvm_tools/get_upstream_patch.py
@@ -586,7 +586,3 @@ def main():
skip_dependencies=args.skip_dependencies,
platforms=args.platform,
)
-
-
-if __name__ == "__main__":
- sys.exit(main())