Remove method

llvm-svn: 8349
This commit is contained in:
Chris Lattner 2003-09-04 23:43:35 +00:00
parent b8b10b5c54
commit c3c842976b
1 changed files with 0 additions and 7 deletions

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