aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Method.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/llvm/Method.h b/include/llvm/Method.h
deleted file mode 100644
index 83a84fb..0000000
--- a/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