Remove leftover declaration.

This commit is contained in:
David Nadlinger
2013-06-12 11:45:47 +02:00
parent f2f3c751b3
commit 55d7fc708e

View File

@@ -91,9 +91,6 @@ public:
///
IrTypeStruct* isStruct() { return this; }
///
llvm::Type* buildType();
protected:
///
IrTypeStruct(StructDeclaration* sd);