Ada, Darwin: Fix bootstrap after recent warning improvements.

Similar to the changes in r16-6620, the improved gnatwu warning finds a 'use'
clause that is not needed in s-osinte__darwin.abd leading to a bootstrap
fail building the libraries.

Fixed by removing the extraneous 'use' clause.

gcc/ada/ChangeLog:

	* libgnarl/s-osinte__darwin.adb: Delete unneeded use clause.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
This commit is contained in:
Iain Sandoe
2026-01-10 13:08:17 +00:00
parent 972be84265
commit a0aa9a2b61

View File

@@ -58,8 +58,6 @@ package body System.OS_Interface is
-- Darwin Threads don't have clock_gettime, so use gettimeofday
use Interfaces;
TV : aliased C_Time.timeval;
Result : int;