Remove backwards compatibility code

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2114 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-04-04 22:04:45 +00:00
parent a364ad0f9d
commit 3d0dceb733

View File

@ -153,11 +153,6 @@ public:
}
};
// TODO: FIXME
#ifndef MethodType
#define MethodType FunctionType
#endif
// CompositeType - Common super class of ArrayType, StructType, and PointerType
//