diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-04 22:04:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-04 22:04:45 +0000 |
commit | 3d0dceb733fe8d5d916eab58d923eb7ff491d6c6 (patch) | |
tree | 6cc5f9bd1acef3b95fda2f30b4f2bc19cb2d2682 | |
parent | a364ad0f9d101dcdd071a2b2cac6aa5a752dce48 (diff) |
Remove backwards compatibility code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2114 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/DerivedTypes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h index 67bb02b2e9..1a8bf9019c 100644 --- a/include/llvm/DerivedTypes.h +++ b/include/llvm/DerivedTypes.h @@ -153,11 +153,6 @@ public: } }; -// TODO: FIXME -#ifndef MethodType -#define MethodType FunctionType -#endif - // CompositeType - Common super class of ArrayType, StructType, and PointerType // |