From 6e116872820b669d3b686b7fc9ed65d45b5799fb Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sun, 30 Nov 2008 00:36:34 +0000 Subject: [PATCH] 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 --- tools/lto/LTOCodeGenerator.h | 1 - 1 file changed, 1 deletion(-) 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();