summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unusedcode.README7
1 files changed, 6 insertions, 1 deletions
diff --git a/unusedcode.README b/unusedcode.README
index 7b867dfa8661..9159623e40cf 100644
--- a/unusedcode.README
+++ b/unusedcode.README
@@ -13,7 +13,12 @@ a) It's possible that some other platform or configuration uses the code,
so manual inspection is always required.
b) At the time of writing the majority of unused code now originates via
macros, mostly from pre-STL containers, see [2] for killing two birds
- with one stone.
+ with one stone. These are typically methods of signatures...
+ *::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
and provides an impl and that base-class impl is not explicitly called