From: Chris Lattner Date: Sun, 7 Apr 2002 20:46:56 +0000 (+0000) Subject: Source base has been completely changed over to use Function instead of Method, this... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dcc6d4cada290857ee74164816ec3c502c1db7a4;p=oota-llvm.git 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 --- diff --git a/include/llvm/Method.h b/include/llvm/Method.h deleted file mode 100644 index 83a84fbf2d9..00000000000 --- 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