Remove dead forward decl
authorAnton Korobeynikov <asl@math.spbu.ru>
Thu, 7 Aug 2008 09:55:25 +0000 (09:55 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Thu, 7 Aug 2008 09:55:25 +0000 (09:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54461 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86TargetAsmInfo.h

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