Remove dead forward decl

llvm-svn: 54461
This commit is contained in:
Anton Korobeynikov 2008-08-07 09:55:25 +00:00
parent 52d0ff92cc
commit 212df90ce5

View File

@ -22,7 +22,6 @@ namespace llvm {
// Forward declaration.
class X86TargetMachine;
class GlobalVariable;
struct X86TargetAsmInfo : public virtual TargetAsmInfo {
explicit X86TargetAsmInfo(const X86TargetMachine &TM);