diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-03 07:38:58 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-03 07:38:58 +0200 |
commit | 739e41bd19e8b8fc4c63b925654eeb59c138135d (patch) | |
tree | a1436ccff93f2c108910aeaa0f5334882b60cfc0 /src | |
parent | edfccd332a56771311fefdbfcffcf269c8026aba (diff) | |
download | ghdl-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.adb | 1 |
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; |