Remove method

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8349 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-09-04 23:43:35 +00:00
parent a3057e8c89
commit 6f4e3854fd

View File

@ -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:
//===--------------------------------------------------------------------===//