diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2008-11-30 00:36:34 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2008-11-30 00:36:34 +0000 |
commit | 7450a7cbf5364e5f47cbdcdd4e19f9082f0cca1b (patch) | |
tree | 099c5f454b33b3aa8baf68e8dfc0fc6191b6b443 /llvm/tools/lto/LTOCodeGenerator.h | |
parent | 63bd586d350908c8826fdc2a639c8751a88bee90 (diff) | |
download | bcm5719-llvm-7450a7cbf5364e5f47cbdcdd4e19f9082f0cca1b.tar.gz bcm5719-llvm-7450a7cbf5364e5f47cbdcdd4e19f9082f0cca1b.zip |
Remove warning about declaration does not declare anything. This class was
already declared in the other headers.
llvm-svn: 60261
Diffstat (limited to 'llvm/tools/lto/LTOCodeGenerator.h')
-rw-r--r-- | llvm/tools/lto/LTOCodeGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/lto/LTOCodeGenerator.h b/llvm/tools/lto/LTOCodeGenerator.h index 7a931526b74..4a28136f0ad 100644 --- a/llvm/tools/lto/LTOCodeGenerator.h +++ b/llvm/tools/lto/LTOCodeGenerator.h @@ -26,7 +26,6 @@ // C++ class which implements the opaque lto_code_gen_t // -class llvm::raw_ostream; class LTOCodeGenerator { public: static const char* getVersionString(); |