aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-03 07:38:58 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-03 07:38:58 +0200
commit739e41bd19e8b8fc4c63b925654eeb59c138135d (patch)
treea1436ccff93f2c108910aeaa0f5334882b60cfc0 /src
parentedfccd332a56771311fefdbfcffcf269c8026aba (diff)
downloadghdl-739e41bd19e8b8fc4c63b925654eeb59c138135d.tar.gz
ghdl-739e41bd19e8b8fc4c63b925654eeb59c138135d.tar.bz2
ghdl-739e41bd19e8b8fc4c63b925654eeb59c138135d.zip
vhdl-formatters: remove useless use clause.
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/vhdl-formatters.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-formatters.adb b/src/vhdl/vhdl-formatters.adb
index 49097dc4e..99d80f856 100644
--- a/src/vhdl/vhdl-formatters.adb
+++ b/src/vhdl/vhdl-formatters.adb
@@ -471,7 +471,6 @@ package body Vhdl.Formatters is
package Indent_Vstrings_Ctxt is
use Grt.Vstrings;
- use Grt.Types;
type Vstring_Ctxt is new Indent_Disp_Ctxt.Indent_Ctxt with private;