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
This commit is contained in:
Benjamin Kramer 2010-03-14 22:00:28 +00:00
parent d2c817eff1
commit 1610d430be

View File

@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/CodeGen/GCMetadataPrinter.h"
class MCAsmInfo;
using namespace llvm;
GCMetadataPrinter::GCMetadataPrinter() { }