aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-08-07 09:55:25 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-08-07 09:55:25 +0000
commit6a35daed6f8946acc6fae8c9d556f9c6ba8a4ca1 (patch)
tree3aae84f601b705e32bd5883f839b1860ec15ede9
parentfeac94b18d8267c14ce4076741e7cf32196ed6d9 (diff)
Remove dead forward decl
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54461 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/X86TargetAsmInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/X86TargetAsmInfo.h b/lib/Target/X86/X86TargetAsmInfo.h
index 948a9312db..0c30545f89 100644
--- a/lib/Target/X86/X86TargetAsmInfo.h
+++ b/lib/Target/X86/X86TargetAsmInfo.h
@@ -22,7 +22,6 @@ namespace llvm {
// Forward declaration.
class X86TargetMachine;
- class GlobalVariable;
struct X86TargetAsmInfo : public virtual TargetAsmInfo {
explicit X86TargetAsmInfo(const X86TargetMachine &TM);