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;
2222with Libadalang.Analysis ; use Libadalang.Analysis;
2323
2424with Laltools.Common ; use Laltools.Common;
25+ with Laltools.Refactor.Subprogram_Signature.Remove_Parameter ;
26+ use Laltools.Refactor.Subprogram_Signature.Remove_Parameter;
2527
2628with LSP.Messages ;
2729with LSP.Messages.Client_Requests ;
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ with Laltools.Refactor.Extract_Subprogram;
8787with Laltools.Refactor.Pull_Up_Declaration ;
8888with Laltools.Refactor.Subprogram_Signature.Change_Parameters_Type ;
8989with Laltools.Refactor.Subprogram_Signature.Change_Parameters_Default_Value ;
90+ with Laltools.Refactor.Subprogram_Signature.Remove_Parameter ;
9091
9192with Libadalang.Analysis ;
9293with Libadalang.Common ; use Libadalang.Common;
@@ -1716,6 +1717,7 @@ package body LSP.Ada_Handlers is
17161717 use LSP.Ada_Handlers.Refactor_Remove_Parameter;
17171718 use Libadalang.Analysis;
17181719 use Laltools.Refactor.Subprogram_Signature;
1720+ use Laltools.Refactor.Subprogram_Signature.Remove_Parameter;
17191721
17201722 Target_Subp : Basic_Decl := No_Basic_Decl;
17211723 Parameter_Indices_Range : Parameter_Indices_Range_Type;
You can’t perform that action at this time.
0 commit comments