From 730c3f9a5b1c80e1860e0852c60c257ff8dc8e1b Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Tue, 20 Feb 2024 23:03:12 +0100 Subject: [PATCH] Revert "Address review: add Tools/clinic/__main__.py" This reverts commit 95a59d77d263184e7a43039d76eb179ccc51aa32. --- Tools/clinic/__main__.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Tools/clinic/__main__.py diff --git a/Tools/clinic/__main__.py b/Tools/clinic/__main__.py deleted file mode 100644 index c786ebad31df67..00000000000000 --- a/Tools/clinic/__main__.py +++ /dev/null @@ -1,4 +0,0 @@ -from libclinic.cli import main - -if __name__ == "__main__": - main()