diff --git a/gcc/ada/libgnarl/s-osinte__darwin.adb b/gcc/ada/libgnarl/s-osinte__darwin.adb index 27b8d25fb73..0c6b4e5f0dd 100644 --- a/gcc/ada/libgnarl/s-osinte__darwin.adb +++ b/gcc/ada/libgnarl/s-osinte__darwin.adb @@ -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;