aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-06 14:49:38 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-06 14:49:38 +0200
commitffc7968a3ad1ff44421296e66532b7fbcb3f908b (patch)
treea6fdeea0cff99c3ce7da7f3aedc402196b906d88 /src/grt
parent7ee4c575adfaa0036d97c1cc5fa53a6c23f68f5e (diff)
downloadghdl-ffc7968a3ad1ff44421296e66532b7fbcb3f908b.tar.gz
ghdl-ffc7968a3ad1ff44421296e66532b7fbcb3f908b.tar.bz2
ghdl-ffc7968a3ad1ff44421296e66532b7fbcb3f908b.zip
Remove unused use clause.
Diffstat (limited to 'src/grt')
-rw-r--r--src/grt/grt-vstrings_io.adb1
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