Re: How to delete all function calls



If it doesn't take any parameters, you could replace the function call with
empty string. If it takes parameters, I think you may have to go and delete
it all manually. I don't think this should take more then a few minutes
though.

"Anand Ganesh" <aganesh@xxxxxxxxxxxxxxxxx> wrote in message
news:e%23BTFWXRHHA.4060@xxxxxxxxxxxxxxxxxxxxxxx
Hi All,

I want to remove a function from my solution.

But there are more than 100 calls made to that function.

I just want to remove (delete) all such calling statements from my code.

Is there a easy to do this is visual studio IDE?

Thanks for your help.

Regards
Anand Ganesh



.