Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-loader/src/main.rs')
-rw-r--r--helix-loader/src/main.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/helix-loader/src/main.rs b/helix-loader/src/main.rs
deleted file mode 100644
index c1ce45ff..00000000
--- a/helix-loader/src/main.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-use anyhow::Result;
-use helix_loader::grammar::fetch_grammars;
-
-// This binary is used in the Release CI as an optimization to cut down on
-// compilation time. This is not meant to be run manually.
-
-fn main() -> Result<()> {
- fetch_grammars()
-}