Source base has been completely changed over to use Function instead of Method, this...
authorChris Lattner <sabre@nondot.org>
Sun, 7 Apr 2002 20:46:56 +0000 (20:46 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Apr 2002 20:46:56 +0000 (20:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2143 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Method.h [deleted file]

diff --git a/include/llvm/Method.h b/include/llvm/Method.h
deleted file mode 100644 (file)
index 83a84fb..0000000
+++ /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