summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-01-26 04:50:15 +0000
committerRui Ueyama <ruiu@google.com>2014-01-26 04:50:15 +0000
commite1631e8729efb02146d6d3866f542f57ad50c84c (patch)
tree469473165e5ab9e30a77d91d2d392cd20f8527b9 /include
parent1e839eb2cd0e233db6225ea1db45411463654de6 (diff)
downloadllvm-e1631e8729efb02146d6d3866f542f57ad50c84c.tar.gz
llvm-e1631e8729efb02146d6d3866f542f57ad50c84c.tar.bz2
llvm-e1631e8729efb02146d6d3866f542f57ad50c84c.tar.xz
Remove unused typedef.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200118 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/COFF.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Support/COFF.h b/include/llvm/Support/COFF.h
index a6f319fb7d..d9e239ec58 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;