summaryrefslogtreecommitdiff
path: root/include/llvm/DerivedTypes.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-04 23:43:35 +0000
committerChris Lattner <sabre@nondot.org>2003-09-04 23:43:35 +0000
commit6f4e3854fd8d17daebfe358f42c4096d351bb2b7 (patch)
tree7fd95b86f174303e7b2dbc53d23b0be4155d4446 /include/llvm/DerivedTypes.h
parenta3057e8c89c358442474eb73901b232bebfda9eb (diff)
downloadllvm-6f4e3854fd8d17daebfe358f42c4096d351bb2b7.tar.gz
llvm-6f4e3854fd8d17daebfe358f42c4096d351bb2b7.tar.bz2
llvm-6f4e3854fd8d17daebfe358f42c4096d351bb2b7.tar.xz
Remove method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8349 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/DerivedTypes.h')
-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:
//===--------------------------------------------------------------------===//