Remove warning about declaration does not declare anything. This class was
authorNick Lewycky <nicholas@mxc.ca>
Sun, 30 Nov 2008 00:36:34 +0000 (00:36 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 30 Nov 2008 00:36:34 +0000 (00:36 +0000)
already declared in the other headers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60261 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lto/LTOCodeGenerator.h

index 7a931526b7400191809729e8fcd352210d919d54..4a28136f0ad8b62e229c57d4e92858e5f7aa51cb 100644 (file)
@@ -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();