From e1631e8729efb02146d6d3866f542f57ad50c84c Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Sun, 26 Jan 2014 04:50:15 +0000 Subject: [PATCH] Remove unused typedef. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200118 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/COFF.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/llvm/Support/COFF.h b/include/llvm/Support/COFF.h index a6f319fb7d4..d9e239ec587 100644 --- a/include/llvm/Support/COFF.h +++ b/include/llvm/Support/COFF.h @@ -488,8 +488,6 @@ namespace COFF { uint32_t NumberOfRvaAndSize; }; - typedef PE32Header PEHeader; - struct DataDirectory { uint32_t RelativeVirtualAddress; uint32_t Size; -- 2.34.1