From dcc6d4cada290857ee74164816ec3c502c1db7a4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 7 Apr 2002 20:46:56 +0000 Subject: [PATCH] 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 --- include/llvm/Method.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 include/llvm/Method.h 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 -- 2.34.1