summaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/crtend/crtend.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/GCCLibraries/crtend/crtend.c')
-rw-r--r--runtime/GCCLibraries/crtend/crtend.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/runtime/GCCLibraries/crtend/crtend.c b/runtime/GCCLibraries/crtend/crtend.c
deleted file mode 100644
index 561b6fd241..0000000000
--- a/runtime/GCCLibraries/crtend/crtend.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/*===- crtend.c - Initialization code for programs ------------------------===*\
- *
- * The LLVM Compiler Infrastructure
- *
- * This file was developed by the LLVM research group and is distributed under
- * the University of Illinois Open Source License. See LICENSE.TXT for details.
- *
- *===----------------------------------------------------------------------===*
- *
- * This file defines the __main function, which we preserve for backwards
- * compatibility.
- *
-\*===----------------------------------------------------------------------===*/
-
-void __main(void) {
-}