From: Chris Lattner Date: Thu, 4 Apr 2002 22:04:45 +0000 (+0000) Subject: Remove backwards compatibility code X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3d0dceb733fe8d5d916eab58d923eb7ff491d6c6;p=oota-llvm.git Remove backwards compatibility code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2114 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 //