From 77709ac7db576fbc5206d92af76b5fc9857cfe1f Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Sun, 14 Feb 2010 18:25:41 +0000 Subject: [PATCH] Forgot to commit the header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96174 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86MCAsmInfo.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/Target/X86/X86MCAsmInfo.h b/lib/Target/X86/X86MCAsmInfo.h index ca227b7a0ba..69716bfc07f 100644 --- a/lib/Target/X86/X86MCAsmInfo.h +++ b/lib/Target/X86/X86MCAsmInfo.h @@ -33,11 +33,6 @@ namespace llvm { struct X86MCAsmInfoCOFF : public MCAsmInfoCOFF { explicit X86MCAsmInfoCOFF(const Triple &Triple); }; - - struct X86WinMCAsmInfo : public MCAsmInfo { - explicit X86WinMCAsmInfo(const Triple &Triple); - }; - } // namespace llvm #endif