Skip to content

Commit 2e5c86f

Browse files
committed
Address review comments
1 parent 79d5d8e commit 2e5c86f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

gnat2goto/driver/tree_walk.adb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4143,9 +4143,9 @@ package body Tree_Walk is
41434143

41444144
procedure Do_Subprogram_Body_Stub (N : Node_Id) is
41454145
begin
4146-
-- The Gnat compilation model requires that a file containing the
4147-
-- which is the separate subprogram body is present otherwise
4148-
-- a compilation error is generated.
4146+
-- The Gnat compilation model requires that a file
4147+
-- containing the separate subprogram body is present
4148+
-- otherwise a compilation error is generated.
41494149
-- Therefore, the subunit will always be present when gnat2goto
41504150
-- encounters a Subprogram_Body_Stub.
41514151
Do_Subprogram_Body (Proper_Body (Unit ((Library_Unit (N)))));
@@ -4779,8 +4779,6 @@ package body Tree_Walk is
47794779
-- body_stub --
47804780

47814781
when N_Subprogram_Body_Stub =>
4782-
-- Report_Unhandled_Node_Empty (N, "Process_Declaration",
4783-
-- "Subprogram body stub declaration");
47844782
Do_Subprogram_Body_Stub (N);
47854783

47864784
when N_Package_Body_Stub =>

0 commit comments

Comments
 (0)