On Fri, 2012-03-23 at 16:00 +0000, Michael Meeks wrote: > Is callcatcher filtering out _Impl symbols or somesuch ?
The unusedcode.easy list is generated from a bigger "unused.all" list which contains ReloadDecouple_Impl. See the toplevel Makefile. I only include stuff with "::" in them (seeing as the list is post c++filter) and I'm holding back all the possible dlsym-able export "C" symbols from the easy list (even with callcatchers built-in list of known dlsym entry points), cause building alone isn't sufficient to find out if they were really unused. C. _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice