tmssoftware.com
TMS Support Center
NEW: Un-used parameter
DEV
TMS FixInsight Pro
Nicholas_Ring
(Nicholas Ring)
October 10, 2016, 3:47am
1
Example:
function MyMethod(const AName : string; const AAge : integer) : string;
begin
Result := 'Hello ' + AName;
end;
AAge isn't used, so as an optimisation, AAge could be removed (as there are stack pushing involved)
Related topics
Topic
Replies
Views
Activity
Out parameter check
TMS FixInsight Pro
1
658
November 13, 2017
New convention for parameters in (class) functions and procedures
DEV Feature Requests
fixinsight
0
298
September 2, 2022
New Hint: Unused object created.
TMS FixInsight Pro
0
633
October 18, 2016
O801
TMS FixInsight Pro
0
741
November 15, 2017
Minor False Positive
TMS FixInsight Pro
0
731
July 23, 2019
© tmssoftware.com