How would i find out exactly from which functions i have to remove unused params.And moreover i could i say which function is completely unused. And also after removing the unused params i ran the "python tests/dbqp.py" and it didnt return anything wrong.So in case of virtual functions should i have to go through the entire list of class functions to check whether that param is being used or not. Please suggest some better method of doing this. Akash Sinha On Fri, Mar 11, 2011 at 10:12 AM, Stewart Smith