[llvm] r200118 - Remove unused typedef.

Rui Ueyama ruiu at google.com
Sat Jan 25 20:50:15 PST 2014


Author: ruiu
Date: Sat Jan 25 22:50:15 2014
New Revision: 200118

URL: http://llvm.org/viewvc/llvm-project?rev=200118&view=rev
Log:
Remove unused typedef.

Modified:
    llvm/trunk/include/llvm/Support/COFF.h

Modified: llvm/trunk/include/llvm/Support/COFF.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/COFF.h?rev=200118&r1=200117&r2=200118&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/COFF.h (original)
+++ llvm/trunk/include/llvm/Support/COFF.h Sat Jan 25 22:50:15 2014
@@ -488,8 +488,6 @@ namespace COFF {
     uint32_t NumberOfRvaAndSize;
   };
 
-  typedef PE32Header PEHeader;
-
   struct DataDirectory {
     uint32_t RelativeVirtualAddress;
     uint32_t Size;





More information about the llvm-commits mailing list