From f7ab031c7e59452e54f97bae5a4eecd10e978972 Mon Sep 17 00:00:00 2001 From: Frits van Bommel Date: Sun, 7 Jun 2009 23:00:53 +0200 Subject: [PATCH] Delete some code I forgot about in [1480]. --- gen/runtime.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/gen/runtime.cpp b/gen/runtime.cpp index fbf8f219..f13414f8 100644 --- a/gen/runtime.cpp +++ b/gen/runtime.cpp @@ -385,8 +385,6 @@ static void LLVM_D_BuildRuntimeModule() ->setAttributes(Attr_1_NoCapture); \ } - ARRAY_INIT(boolTy,"i1") - ARRAY_INIT(byteTy,"i8") ARRAY_INIT(shortTy,"i16") ARRAY_INIT(intTy,"i32") ARRAY_INIT(longTy,"i64")