diff options
-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 // |