summaryrefslogtreecommitdiffstats
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
commit53a46fb75983cad20b309d920d59d10a6580a332 (patch)
tree305e8cc605246a188e50158c0bcb7796f7d9f33a
parent34208394d0f803ecc896de7e9ab54774068e172e (diff)
downloadbcm5719-llvm-53a46fb75983cad20b309d920d59d10a6580a332.tar.gz
bcm5719-llvm-53a46fb75983cad20b309d920d59d10a6580a332.zip
Source base has been completely changed over to use Function instead of Method, this file is not obsolete.
llvm-svn: 2143
-rw-r--r--llvm/include/llvm/Method.h12
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
OpenPOWER on IntegriCloud