﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7	unneeded symbols exported	Sam Hocevar	Sam Hocevar	"There are many global symbols that should not be exported because they aren't used outside their .cpp file.

To generate a list I do:

{{{
 % for x in **/*.o ; do nm $x >| $x.sym ; done
 % grep ' T ' **/*sym | cut -f3 -d' ' | while read i ; do N=$(grep $i **/*sym | wc -l); echo ""$N $i  ($(c++filt $i))""; done | grep '^1 '
}}}"	defect	new	major	1.0	abuse	SVN			
