diff options
author | Chris Lattner <sabre@nondot.org> | 2002-03-23 22:48:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-03-23 22:48:21 +0000 |
commit | bcd8e0313853473f72a138e51072f9bd545fadd2 (patch) | |
tree | 2209d1b1ab1ad194626dd900a735217569294dbe /include/llvm/Module.h | |
parent | a4d63bc60e4462f515903af02d67953cf9154e0d (diff) |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h index 617840c809..7a6153edc9 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; |