aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Module.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-23 22:48:21 +0000
committerChris Lattner <sabre@nondot.org>2002-03-23 22:48:21 +0000
commitbcd8e0313853473f72a138e51072f9bd545fadd2 (patch)
tree2209d1b1ab1ad194626dd900a735217569294dbe /include/llvm/Module.h
parenta4d63bc60e4462f515903af02d67953cf9154e0d (diff)
downloadexternal_llvm-bcd8e0313853473f72a138e51072f9bd545fadd2.zip
external_llvm-bcd8e0313853473f72a138e51072f9bd545fadd2.tar.gz
external_llvm-bcd8e0313853473f72a138e51072f9bd545fadd2.tar.bz2
Remove extranous forward decl
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1956 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Module.h')
-rw-r--r--include/llvm/Module.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h
index 617840c..7a6153e 100644
--- a/include/llvm/Module.h
+++ b/include/llvm/Module.h
@@ -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;