Skip to content

Commit

Permalink
Remove duplicate ArchiveMember.madeVersion() property.
Browse files Browse the repository at this point in the history
This fixes a build-breaking issue introduced by
9bcb99f.
  • Loading branch information
dnadlinger authored and AndrewEdwards committed Jan 16, 2014
1 parent 9bcb99f commit 25ad128
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions std/zip.d
Expand Up @@ -99,11 +99,6 @@ final class ArchiveMember
@property ref inout(ushort) madeVersion() inout @safe pure nothrow
{ return _madeVersion; }

// Explicitly undocumented. It will be removed in January 2015.
deprecated("Please use fileAttributes instead.")
@property ref inout(ushort) madeVersion() inout @safe pure nothrow
{ return _madeVersion; }

// Explicitly undocumented. It will be removed in January 2015.
deprecated("Please use fileAttributes instead.")
@property ref inout(uint) externalAttributes() inout @safe pure nothrow
Expand Down

0 comments on commit 25ad128

Please sign in to comment.