From: Chris Lattner Date: Thu, 4 Sep 2003 23:43:35 +0000 (+0000) Subject: Remove method X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6f4e3854fd8d17daebfe358f42c4096d351bb2b7;p=oota-llvm.git Remove method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8349 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: //===--------------------------------------------------------------------===//