diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-24 00:05:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-25 14:19:01 +0100 |
commit | 4e46ab162a1d6b757aec3629e193e2df65c38bb7 (patch) | |
tree | 0f09181963e4ce8b8a2af43a3206d25700d1d5b3 /unusedcode.README | |
parent | efa55cfd745843990503dea40995e78907611c6e (diff) |
remove unnecessary ForEach
Change-Id: I53bb48c27c3b42dd73f81ed46f3c29e409d8fb47
Diffstat (limited to 'unusedcode.README')
-rw-r--r-- | unusedcode.README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unusedcode.README b/unusedcode.README index 9159623e40cf..ee4f9b9d2d3d 100644 --- a/unusedcode.README +++ b/unusedcode.README @@ -17,7 +17,6 @@ b) At the time of writing the majority of unused code now originates via *::Insert *::Remove *::DeleteAndDestroy - *::_ForEach *::Replace c) callcatcher ignores virtuals. But implementations of "pure virtuals" are not actually virtual methods. If something is declared pure virtual |