Remove leftover declaration.

This commit is contained in:
David Nadlinger
2013-06-12 17:16:39 +02:00
parent f2f3c751b3
commit 55d7fc708e
-3
View File
@@ -91,9 +91,6 @@ public:
///
IrTypeStruct* isStruct() { return this; }
///
llvm::Type* buildType();
protected:
///
IrTypeStruct(StructDeclaration* sd);