From 6f4e3854fd8d17daebfe358f42c4096d351bb2b7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 4 Sep 2003 23:43:35 +0000 Subject: [PATCH] Remove method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8349 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DerivedTypes.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h index 111f6f794e8..aebbd8eaee7 100644 --- a/include/llvm/DerivedTypes.h +++ b/include/llvm/DerivedTypes.h @@ -36,13 +36,6 @@ protected: // void typeIsRefined(); - // setDerivedTypeProperties - Based on the subtypes, set the name of this - // type so that it is printed nicely by the type printer. Also calculate - // whether this type is abstract or not. Used by the constructor and when - // the type is refined. - // - void setDerivedTypeProperties(); - public: //===--------------------------------------------------------------------===//