diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-06 14:49:38 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-06 14:49:38 +0200 |
commit | ffc7968a3ad1ff44421296e66532b7fbcb3f908b (patch) | |
tree | a6fdeea0cff99c3ce7da7f3aedc402196b906d88 | |
parent | 7ee4c575adfaa0036d97c1cc5fa53a6c23f68f5e (diff) | |
download | ghdl-ffc7968a3ad1ff44421296e66532b7fbcb3f908b.tar.gz ghdl-ffc7968a3ad1ff44421296e66532b7fbcb3f908b.tar.bz2 ghdl-ffc7968a3ad1ff44421296e66532b7fbcb3f908b.zip |
Remove unused use clause.
-rw-r--r-- | src/grt/grt-vstrings_io.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/grt/grt-vstrings_io.adb b/src/grt/grt-vstrings_io.adb index 2be691acd..7731594c7 100644 --- a/src/grt/grt-vstrings_io.adb +++ b/src/grt/grt-vstrings_io.adb @@ -23,7 +23,6 @@ -- however invalidate any other reasons why the executable file might be -- covered by the GNU Public License. -with Grt.Errors; use Grt.Errors; with Grt.C; use Grt.C; package body Grt.Vstrings_IO is |