Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
deprecate clear
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Feb 15, 2013
1 parent 3c5ba82 commit b4faa91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/object_.d
Expand Up @@ -2346,8 +2346,7 @@ unittest
assert(aa4.byValue.front == "onetwothreefourfive");
}

// Scheduled for deprecation in December 2012.
// Please use destroy instead of clear.
deprecated("Please use destroy instead of clear.")
alias destroy clear;

/++
Expand Down

0 comments on commit b4faa91

Please sign in to comment.