aboutsummaryrefslogtreecommitdiffstats
path: root/halt/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'halt/main.c')
-rw-r--r--halt/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/halt/main.c b/halt/main.c
deleted file mode 100644
index c89be21..0000000
--- a/halt/main.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "rust.h"
-
-void _start (int argc, char **argv) {
- main();
-}