From 3d0dceb733fe8d5d916eab58d923eb7ff491d6c6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 4 Apr 2002 22:04:45 +0000 Subject: [PATCH] Remove backwards compatibility code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2114 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DerivedTypes.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h index 67bb02b2e9c..1a8bf9019c8 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 // -- 2.34.1