We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1ea6d commit d564312Copy full SHA for d564312
src/gnatcoll-projects.adb
@@ -1,7 +1,7 @@
1
------------------------------------------------------------------------------
2
-- G N A T C O L L --
3
-- --
4
--- Copyright (C) 2002-2021, AdaCore --
+-- Copyright (C) 2002-2022, AdaCore --
5
6
-- This library is free software; you can redistribute it and/or modify it --
7
-- under terms of the GNU General Public License as published by the Free --
@@ -35,7 +35,6 @@ with Ada.Strings.Hash_Case_Insensitive;
35
with Ada.Strings.Maps; use Ada.Strings.Maps;
36
with Ada.Strings.Unbounded;
37
with Ada.Text_IO; use Ada.Text_IO;
38
-with Ada.Unchecked_Conversion;
39
40
with System; use System;
41
0 commit comments