Skip to content

Commit

Permalink
#remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Nordlund committed Feb 15, 2024
1 parent 259604c commit afcd3d5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Tools/Performance Toolkit/App/src/BCPTLine.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,6 @@ codeunit 149005 "BCPT Line"
Dimensions)
end;

local procedure InitValuesSubscriberCanModify(var Operation: Text; var ExecutionSuccess: Boolean; var Message: Text; var ModifiedExecutionSuccess: Boolean; var ModifiedMessage: Text; var ModifiedOperation: Text)
begin
ModifiedMessage := Message;
ModifiedOperation := Operation;
ModifiedExecutionSuccess := ExecutionSuccess;
end;

procedure UserWait(var BCPTLine: Record "BCPT Line")
var
BCPTRoleWrapperImpl: Codeunit "BCPT Role Wrapper"; // single instance
Expand Down

0 comments on commit afcd3d5

Please sign in to comment.