From: Benjamin Kramer Date: Sun, 14 Mar 2010 22:00:28 +0000 (+0000) Subject: Remove pointless forward declaration, MSVC got confused by this. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1610d430bead10168bc2c16fea5883463470481a;p=oota-llvm.git Remove pointless forward declaration, MSVC got confused by this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98519 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/GCMetadataPrinter.cpp b/lib/CodeGen/GCMetadataPrinter.cpp index 07fbb4bea61..752752f71ba 100644 --- a/lib/CodeGen/GCMetadataPrinter.cpp +++ b/lib/CodeGen/GCMetadataPrinter.cpp @@ -12,7 +12,6 @@ //===----------------------------------------------------------------------===// #include "llvm/CodeGen/GCMetadataPrinter.h" -class MCAsmInfo; using namespace llvm; GCMetadataPrinter::GCMetadataPrinter() { }