mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 09:03:15 +01:00
Remove dead declaration.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user