Remove backwards compatibility code
authorChris Lattner <sabre@nondot.org>
Thu, 4 Apr 2002 22:04:45 +0000 (22:04 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 Apr 2002 22:04:45 +0000 (22:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2114 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DerivedTypes.h

index 67bb02b2e9cfc58c04e761d469e16269efb155df..1a8bf9019c8c61dfc5ad26fab51695b5a98609fb 100644 (file)
@@ -153,11 +153,6 @@ public:
   }
 };
 
-// TODO: FIXME
-#ifndef MethodType
-#define MethodType FunctionType
-#endif
-
 
 // CompositeType - Common super class of ArrayType, StructType, and PointerType
 //