From 8be5a82b85ceb3ee8a1c4fbf36c75a4bfbda8900 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Mon, 26 Sep 2022 12:30:37 +0200 Subject: [PATCH] Fix "unnecessary with of ancestor [-gnatwr]" Change-Id: I3a8a161a5fd6f8f261d101f1752b452d3706a2df Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/libhwbase/+/67832 Tested-by: Nico Huber Reviewed-by: Nico Huber Reviewed-by: Angel Pons --- common/hw-time.adb | 1 - debug/hw-debug.adb | 1 - 2 files changed, 2 deletions(-) diff --git a/common/hw-time.adb b/common/hw-time.adb index b81d343..42c63f6 100644 --- a/common/hw-time.adb +++ b/common/hw-time.adb @@ -12,7 +12,6 @@ -- GNU General Public License for more details. -- -with HW; with HW.Time.Timer; use type HW.Word64; diff --git a/debug/hw-debug.adb b/debug/hw-debug.adb index 2f1fed9..e28eb17 100644 --- a/debug/hw-debug.adb +++ b/debug/hw-debug.adb @@ -12,7 +12,6 @@ -- GNU General Public License for more details. -- -with HW; with HW.Time; with HW.Debug_Sink;