Forgot to commit the header
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 14 Feb 2010 18:25:41 +0000 (18:25 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 14 Feb 2010 18:25:41 +0000 (18:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96174 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86MCAsmInfo.h

index ca227b7a0baa48ee8aaaf5cd3f564eeeb1fe055d..69716bfc07f60e7bfbe820802821109c77d9825c 100644 (file)
@@ -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