From 55d7fc708ea337910befb6b47bdbcc520a8ea45a Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Wed, 12 Jun 2013 11:45:47 +0200 Subject: [PATCH] Remove leftover declaration. --- ir/irtypestruct.h | 3 --- 1 file changed, 3 deletions(-) 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);