Skip to content

Commit d564312

Browse files
committed
Remove various useless with/use clauses
Detected with recent versions of GNAT. TN: V210-040 Change-Id: Ia6ba0019aa99326b1154d76a59bf75e1035d7011
1 parent 5c1ea6d commit d564312

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gnatcoll-projects.adb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- G N A T C O L L --
33
-- --
4-
-- Copyright (C) 2002-2021, AdaCore --
4+
-- Copyright (C) 2002-2022, AdaCore --
55
-- --
66
-- This library is free software; you can redistribute it and/or modify it --
77
-- under terms of the GNU General Public License as published by the Free --
@@ -35,7 +35,6 @@ with Ada.Strings.Hash_Case_Insensitive;
3535
with Ada.Strings.Maps; use Ada.Strings.Maps;
3636
with Ada.Strings.Unbounded;
3737
with Ada.Text_IO; use Ada.Text_IO;
38-
with Ada.Unchecked_Conversion;
3938

4039
with System; use System;
4140

0 commit comments

Comments
 (0)