Fix "unnecessary with of ancestor [-gnatwr]"

Change-Id: I3a8a161a5fd6f8f261d101f1752b452d3706a2df
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/libhwbase/+/67832
Tested-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes Haouas 2022-09-26 12:30:37 +02:00 committed by Angel Pons
parent fc2102f560
commit 8be5a82b85
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
-- GNU General Public License for more details.
--
with HW;
with HW.Time.Timer;
use type HW.Word64;

View File

@ -12,7 +12,6 @@
-- GNU General Public License for more details.
--
with HW;
with HW.Time;
with HW.Debug_Sink;