From: Nick Lewycky Date: Sun, 30 Nov 2008 00:36:34 +0000 (+0000) Subject: Remove warning about declaration does not declare anything. This class was X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6e116872820b669d3b686b7fc9ed65d45b5799fb;p=oota-llvm.git 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 --- diff --git a/tools/lto/LTOCodeGenerator.h b/tools/lto/LTOCodeGenerator.h index 7a931526b74..4a28136f0ad 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();