summaryrefslogtreecommitdiff
path: root/tools/lto
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-11-30 00:36:34 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-11-30 00:36:34 +0000
commit6e116872820b669d3b686b7fc9ed65d45b5799fb (patch)
tree262a09369c7ef98f6d0750c9faa86b1f4083fc19 /tools/lto
parent4f8c18c7c757875cfa45383e7cf33d65d2c4d564 (diff)
downloadllvm-6e116872820b669d3b686b7fc9ed65d45b5799fb.tar.gz
llvm-6e116872820b669d3b686b7fc9ed65d45b5799fb.tar.bz2
llvm-6e116872820b669d3b686b7fc9ed65d45b5799fb.tar.xz
Remove warning about declaration does not declare anything. This class was
already declared in the other headers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60261 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lto')
-rw-r--r--tools/lto/LTOCodeGenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lto/LTOCodeGenerator.h b/tools/lto/LTOCodeGenerator.h
index 7a931526b7..4a28136f0a 100644
--- a/tools/lto/LTOCodeGenerator.h
+++ b/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();