E58A Remove commented-out code. · AdaCore/ada_language_server@0eb1c97 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0eb1c97

Browse files
committed
Remove commented-out code.
1 parent 741460e commit 0eb1c97

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

source/ada/lsp-ada_handlers.adb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,13 +1965,6 @@ package body LSP.Ada_Handlers is
19651965
Node := Node.Parent;
19661966
end if;
19671967

1968-
-- Retrieve the Basic_Decl from the completion item's SLOC
1969-
-- while not Node.Is_Null
1970-
-- and then Node.Kind not in Libadalang.Common.Ada_Basic_Decl
1971-
-- loop
1972-
-- Node := Node.Parent;
1973-
-- end loop;
1974-
19751968
-- Compute the completion item's details
19761969
if not Node.Is_Null then
19771970
declare

0 commit comments

Comments
 (0)
0