I did find a very interesting tool for identify unused css definitions in a web project. http://www.sitepoint.com/dustmeselectors/
Are there similar tools also for javascript projects?
P.S. I know there is no program for deterministically finding unused code. But I am looking for a report to identify possible unused code. Then the last decision will always be your own.
