aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-07 20:46:56 +0000
committerChris Lattner <sabre@nondot.org>2002-04-07 20:46:56 +0000
commitdcc6d4cada290857ee74164816ec3c502c1db7a4 (patch)
tree91813eec539bc3deb75e945bd7c42b24fbf9f7da
parentf862b6d3745a342d4cc162645779817cae1c1be9 (diff)
Source base has been completely changed over to use Function instead of Method, this file is not obsolete.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2143 91177308-0d34-0410-b5e6-96231b3b80d8
-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 83a84fbf2d..0000000000
--- 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