From: Chris Lattner Date: Thu, 8 Nov 2001 20:54:51 +0000 (+0000) Subject: Remove unneeded forward decl X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b08d519a541920854c944ed45a67629f38573118;p=oota-llvm.git Remove unneeded forward decl git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1216 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Function.h b/include/llvm/Function.h index a77deb6d7bc..11e823be9ba 100644 --- a/include/llvm/Function.h +++ b/include/llvm/Function.h @@ -20,7 +20,6 @@ class BasicBlock; class MethodArgument; class MethodType; class Module; -class MachineCodeForMethod; class Method : public GlobalValue, public SymTabValue { public: