Hello people.<div><br></div><div>I'm writing a python script that helps to find macros and methods which are defined/implemented but are not in use anywhere.</div><div><br></div><div>The script is simple. Your most important purpose is to find these unused code, and otherwise, help to find where these macros or methods are defined.<br>
</div><div><br></div><div>For that, I need some help with some definitions.. </div><div><br></div><div>When we are looking for macros, it's not so simple, a #define code can exist for an #ifdef, or #ifndef. And in that cases, the script can't say that the macro is not used, because the system may use it. Or for a common cause, like #define NAME; "My Name";<br>
</div><div><br></div><div>If someone can, I like to ask for help with the rules for a #define to be valid.</div><div><br></div><div>By now, the latest version (incomplete but running): <a href="http://pastebin.com/Ta4JJeuF">http://pastebin.com/Ta4JJeuF</a></div>
<div><br></div><div>And of course, you can implement/make it better.</div><div><br></div><div>Thank you in advance.</div><div><br></div><div>Best Regards, Ricardo.</div><div><br></div><div><br></div><div><div><br></div>-- <br>
<div><font color="#666666">Ricardo Montania Prado de Campos</font><font color="#666666"><br></font></div><div><a href="http://www.linuxafundo.com.br" target="_blank"><font color="#666666">http://www.linuxafundo.com.br</font></a></div>
<div><font color="#666666"><br></font></div><div><br></div>
</div>