diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-03 18:23:41 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-03 18:23:41 +0200 |
commit | e2e05d5c2865e9d1b3a9cdce94e7b497d2466f07 (patch) | |
tree | 1e27a15eca83c0e0889b94d410720acbb9b92841 | |
parent | 739e41bd19e8b8fc4c63b925654eeb59c138135d (diff) | |
download | ghdl-e2e05d5c2865e9d1b3a9cdce94e7b497d2466f07.tar.gz ghdl-e2e05d5c2865e9d1b3a9cdce94e7b497d2466f07.tar.bz2 ghdl-e2e05d5c2865e9d1b3a9cdce94e7b497d2466f07.zip |
grt: remove more useless use clauses.
-rw-r--r-- | src/grt/grt-to_strings.adb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/grt/grt-to_strings.adb b/src/grt/grt-to_strings.adb index 7efde1612..e10c150ff 100644 --- a/src/grt/grt-to_strings.adb +++ b/src/grt/grt-to_strings.adb @@ -24,8 +24,6 @@ -- covered by the GNU Public License. with Interfaces; -with Ada.Unchecked_Conversion; -with Grt.Errors; use Grt.Errors; with Grt.Fcvt; package body Grt.To_Strings is |