VS.net orphan clean up tool?

  • Thread starter Thread starter darrel
  • Start date Start date
D

darrel

Is there a built-in function on VS.net to scan your code on a page/site to
find orphaned variables that are declared but maybe not used or orphaned
functions that are no longer called anywhere?

I know that's probably asking a lot. ;o)

-Darrel
 
When you compile C# code, orphaned variables are listed for you. Now that I
think about it, vb.net doesn't do that. odd
 
Back
Top