diff options
| -rw-r--r-- | llvm/include/llvm/DerivedTypes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/include/llvm/DerivedTypes.h b/llvm/include/llvm/DerivedTypes.h index 67bb02b2e9c..1a8bf9019c8 100644 --- a/llvm/include/llvm/DerivedTypes.h +++ b/llvm/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 // |

