diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/Method.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/include/llvm/Method.h b/llvm/include/llvm/Method.h deleted file mode 100644 index 83a84fbf2d9..00000000000 --- a/llvm/include/llvm/Method.h +++ /dev/null @@ -1,12 +0,0 @@ -// TRANSITION HEADER FILE. New code should use Function.h instead of Method.h - -#ifndef LLVM_METHOD_H -#define LLVM_METHOD_H - -#ifndef MethodType -#define MethodType FunctionType -#endif - -#include "llvm/Function.h" - -#endif |