aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h
index a763c65..f6d993d 100644
--- a/include/llvm/Type.h
+++ b/include/llvm/Type.h
@@ -107,7 +107,6 @@ private:
void destroy() const; // const is a lie, this does "delete this"!
protected:
- Type(const char *Name, TypeID id);
explicit Type(TypeID id) : ID(id), Abstract(false), SubclassData(0),
RefCount(0), ForwardType(0), NumContainedTys(0),
ContainedTys(0) {}