Re: framework - Find/remove useless ifdefs and dead code within them

2012-11-13 Thread Stephan Bergmann
On 11/13/2012 12:06 AM, Marcos Souza wrote: 2012/11/10 Matúš Kukan mailto:matus.ku...@gmail.com>> On 10 November 2012 17:51, Marcos Souza mailto:marcos.souza@gmail.com>> wrote: > Some days ago, I developed a script that can show to us all ifdefs that > don't have a "#define"

Re: framework - Find/remove useless ifdefs and dead code within them

2012-11-12 Thread Marcos Souza
2012/11/10 Matúš Kukan > On 10 November 2012 17:51, Marcos Souza > wrote: > > Hi List! > > > > Some days ago, I developed a script that can show to us all ifdefs that > > don't have a "#define". > > > > After run this script in the "framework" dir, I get this list: > > > > ifdef ENABLE_COMPONENT

Re: framework - Find/remove useless ifdefs and dead code within them

2012-11-10 Thread Matúš Kukan
On 10 November 2012 17:51, Marcos Souza wrote: > Hi List! > > Some days ago, I developed a script that can show to us all ifdefs that > don't have a "#define". > > After run this script in the "framework" dir, I get this list: > > ifdef ENABLE_COMPONENT_SELF_CHECK without #define. This can be remo

framework - Find/remove useless ifdefs and dead code within them

2012-11-10 Thread Marcos Souza
Hi List! Some days ago, I developed a script that can show to us all ifdefs that don't have a "#define". After run this script in the "framework" dir, I get this list: ifdef ENABLE_COMPONENT_SELF_CHECK without #define. This can be removed? ifdef DBG_UTIL without #define. This can be removed? ifd