[Libreoffice-commits] .: unusedcode.README

Caolán McNamara caolan at kemper.freedesktop.org
Tue Jun 19 01:41:13 PDT 2012


 unusedcode.README |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 1d8cc547ff6ab4d70365298d3d05a704025ad975
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jun 19 09:41:00 2012 +0100

    document what methods are from the pre-stl containers
    
    Change-Id: I84070021f2896dbb60c649a6b7961f2f3e0d3585

diff --git a/unusedcode.README b/unusedcode.README
index 7b867df..9159623 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


More information about the Libreoffice-commits mailing list