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
650
November 13, 2017
New convention for parameters in (class) functions and procedures
DEV Feature Requests
fixinsight
0
297
September 2, 2022
New Hint: Unused object created.
TMS FixInsight Pro
0
625
October 18, 2016
O801
TMS FixInsight Pro
0
737
November 15, 2017
Minor False Positive
TMS FixInsight Pro
0
728
July 23, 2019
© tmssoftware.com