diff options
Diffstat (limited to 'runtime/GCCLibraries/crtend/crtend.c')
-rw-r--r-- | runtime/GCCLibraries/crtend/crtend.c | 16 |
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 561b6fd..0000000 --- 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) { -} |