aboutsummaryrefslogtreecommitdiff
path: root/llvm_tools/upload_llvm_testing_helper_cl.py
diff options
context:
space:
mode:
Diffstat (limited to 'llvm_tools/upload_llvm_testing_helper_cl.py')
-rw-r--r--llvm_tools/upload_llvm_testing_helper_cl.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm_tools/upload_llvm_testing_helper_cl.py b/llvm_tools/upload_llvm_testing_helper_cl.py
index c70e8dca..b59e2118 100644
--- a/llvm_tools/upload_llvm_testing_helper_cl.py
+++ b/llvm_tools/upload_llvm_testing_helper_cl.py
@@ -177,7 +177,3 @@ def main(argv: List[str]) -> None:
branch=git_utils.CROS_MAIN_BRANCH,
ref=helper_sha,
)
-
-
-if __name__ == "__main__":
- main(sys.argv[1:])