diff options
Diffstat (limited to 'include')
-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 67bb02b..1a8bf90 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 // |