Remove method
authorChris Lattner <sabre@nondot.org>
Thu, 4 Sep 2003 23:43:35 +0000 (23:43 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 Sep 2003 23:43:35 +0000 (23:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8349 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DerivedTypes.h

index 111f6f794e81e46e2fbfe9310670761187b49b9a..aebbd8eaee7fd3ce44c001bd027498cb611d365d 100644 (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:
 
   //===--------------------------------------------------------------------===//