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 | 2c8c163103c28312cb87360db380a86d610768d0 (patch) | |
tree | dd52746ec34142a79c677a531504546e080589e4 | |
parent | 26fdff788ce9b9c33f542dd5defa87be42d7bc86 (diff) | |
download | bcm5719-llvm-2c8c163103c28312cb87360db380a86d610768d0.tar.gz bcm5719-llvm-2c8c163103c28312cb87360db380a86d610768d0.zip |
Remove extranous forward decl
llvm-svn: 1956
-rw-r--r-- | llvm/include/llvm/Module.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Module.h b/llvm/include/llvm/Module.h index 617840c809e..7a6153edc97 100644 --- a/llvm/include/llvm/Module.h +++ b/llvm/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; |