Remove unneeded forward decl
authorChris Lattner <sabre@nondot.org>
Thu, 8 Nov 2001 20:54:51 +0000 (20:54 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Nov 2001 20:54:51 +0000 (20:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1216 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Function.h

index a77deb6d7bcd3e5df0c8ddd73aec8ef320905d81..11e823be9ba569536f162ceeeef21004504f93bd 100644 (file)
@@ -20,7 +20,6 @@ class BasicBlock;
 class MethodArgument;
 class MethodType;
 class Module;
-class MachineCodeForMethod;
 
 class Method : public GlobalValue, public SymTabValue {
 public: