diff options
author | Tristan Gingold | 2016-01-06 20:31:07 +0100 |
---|---|---|
committer | Tristan Gingold | 2016-01-06 20:31:07 +0100 |
commit | 36a3b1dda92bf374291e0a03d095c205940b205f (patch) | |
tree | ad9516fa1ace855279dce0088d55e31b2b6b84ca | |
parent | 090d2dbbf4c70eb77965d68dcda12db82e4d7391 (diff) | |
download | ghdl-36a3b1dda92bf374291e0a03d095c205940b205f.tar.gz ghdl-36a3b1dda92bf374291e0a03d095c205940b205f.tar.bz2 ghdl-36a3b1dda92bf374291e0a03d095c205940b205f.zip |
grt-lib: Remove unused with-ed package.
-rw-r--r-- | src/grt/grt-lib.ads | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/grt/grt-lib.ads b/src/grt/grt-lib.ads index 82fee91..2ee918b 100644 --- a/src/grt/grt-lib.ads +++ b/src/grt/grt-lib.ads @@ -1,5 +1,5 @@ -- GHDL Run Time (GRT) - misc subprograms. --- Copyright (C) 2002 - 2014 Tristan Gingold +-- Copyright (C) 2002 - 2016 Tristan Gingold -- -- GHDL is free software; you can redistribute it and/or modify it under -- the terms of the GNU General Public License as published by the Free @@ -23,7 +23,6 @@ -- however invalidate any other reasons why the executable file might be -- covered by the GNU Public License. with Grt.Types; use Grt.Types; -with Grt.Rtis; use Grt.Rtis; package Grt.Lib is pragma Preelaborate (Grt.Lib); |