From: Anton Korobeynikov Date: Sun, 14 Feb 2010 18:25:41 +0000 (+0000) Subject: Forgot to commit the header X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=77709ac7db576fbc5206d92af76b5fc9857cfe1f;p=oota-llvm.git Forgot to commit the header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96174 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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