aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/DerivedTypes.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h
index 111f6f794e..aebbd8eaee 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:
//===--------------------------------------------------------------------===//