diff --git a/ir/irtypestruct.h b/ir/irtypestruct.h index eb64d988..1b745985 100644 --- a/ir/irtypestruct.h +++ b/ir/irtypestruct.h @@ -91,9 +91,6 @@ public: /// IrTypeStruct* isStruct() { return this; } - /// - llvm::Type* buildType(); - protected: /// IrTypeStruct(StructDeclaration* sd);