From 981a6af17e1643adf3cebaddb8f42d3052262718 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Wed, 12 Jun 2013 20:09:55 +0200 Subject: [PATCH] Remove dead declaration. --- gen/structs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gen/structs.h b/gen/structs.h index 85f51578..2ae04e07 100644 --- a/gen/structs.h +++ b/gen/structs.h @@ -36,9 +36,6 @@ namespace llvm */ void DtoResolveStruct(StructDeclaration* sd); -/// Build constant struct initializer. -llvm::Constant* DtoConstStructInitializer(StructInitializer* si); - /// Returns a boolean=true if the two structs are equal. llvm::Value* DtoStructEquals(TOK op, DValue* lhs, DValue* rhs);