Remove extranous forward decl
authorChris Lattner <sabre@nondot.org>
Sat, 23 Mar 2002 22:48:21 +0000 (22:48 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 23 Mar 2002 22:48:21 +0000 (22:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1956 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Module.h

index 617840c809e400693f48bcd22c7567fd4a78f662..7a6153edc97d003508b5abc26b4ddf6daa8080e9 100644 (file)
@@ -15,7 +15,6 @@
 #include "llvm/Value.h"
 #include "llvm/SymTabValue.h"
 #include "llvm/ValueHolder.h"
-class Method;
 class GlobalVariable;
 class GlobalValueRefMap;   // Used by ConstantVals.cpp
 class ConstantPointerRef;