Remove dead forward decl

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54461 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov 2008-08-07 09:55:25 +00:00
parent feac94b18d
commit 6a35daed6f

View File

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