aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-to_strings.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-03 18:23:41 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-03 18:23:41 +0200
commite2e05d5c2865e9d1b3a9cdce94e7b497d2466f07 (patch)
tree1e27a15eca83c0e0889b94d410720acbb9b92841 /src/grt/grt-to_strings.adb
parent739e41bd19e8b8fc4c63b925654eeb59c138135d (diff)
downloadghdl-e2e05d5c2865e9d1b3a9cdce94e7b497d2466f07.tar.gz
ghdl-e2e05d5c2865e9d1b3a9cdce94e7b497d2466f07.tar.bz2
ghdl-e2e05d5c2865e9d1b3a9cdce94e7b497d2466f07.zip
grt: remove more useless use clauses.
Diffstat (limited to 'src/grt/grt-to_strings.adb')
-rw-r--r--src/grt/grt-to_strings.adb2
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