File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ with Ada.Strings.UTF_Encoding;
22
22
with Libadalang.Analysis ; use Libadalang.Analysis;
23
23
24
24
with Laltools.Common ; use Laltools.Common;
25
+ with Laltools.Refactor.Subprogram_Signature.Remove_Parameter ;
26
+ use Laltools.Refactor.Subprogram_Signature.Remove_Parameter;
25
27
26
28
with LSP.Messages ;
27
29
with LSP.Messages.Client_Requests ;
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ with Laltools.Refactor.Extract_Subprogram;
87
87
with Laltools.Refactor.Pull_Up_Declaration ;
88
88
with Laltools.Refactor.Subprogram_Signature.Change_Parameters_Type ;
89
89
with Laltools.Refactor.Subprogram_Signature.Change_Parameters_Default_Value ;
90
+ with Laltools.Refactor.Subprogram_Signature.Remove_Parameter ;
90
91
91
92
with Libadalang.Analysis ;
92
93
with Libadalang.Common ; use Libadalang.Common;
@@ -1716,6 +1717,7 @@ package body LSP.Ada_Handlers is
1716
1717
use LSP.Ada_Handlers.Refactor_Remove_Parameter;
1717
1718
use Libadalang.Analysis;
1718
1719
use Laltools.Refactor.Subprogram_Signature;
1720
+ use Laltools.Refactor.Subprogram_Signature.Remove_Parameter;
1719
1721
1720
1722
Target_Subp : Basic_Decl := No_Basic_Decl;
1721
1723
Parameter_Indices_Range : Parameter_Indices_Range_Type;
You can’t perform that action at this time.
0 commit comments