CallSharp
CallSharp copied to clipboard
Identify and remove identity calls
Need to detect and remove call chains which cause x->x, i.e. do not alter the input at all. Example is doing "abc".Trim() which has nothing to trim, resulting in "abc".