diff options
Diffstat (limited to 'gcc/ada/s-osprim-darwin.adb')
-rw-r--r-- | gcc/ada/s-osprim-darwin.adb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/ada/s-osprim-darwin.adb b/gcc/ada/s-osprim-darwin.adb index d47c608a74e..688371d19f4 100644 --- a/gcc/ada/s-osprim-darwin.adb +++ b/gcc/ada/s-osprim-darwin.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1998-2008, Free Software Foundation, Inc. -- +-- Copyright (C) 1998-2015, Free Software Foundation, Inc. -- -- -- -- GNARL is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -90,12 +90,6 @@ package body System.OS_Primitives is return Duration (TV.tv_sec) + Duration (TV.tv_usec) / 10#1#E6; end Clock; - --------------------- - -- Monotonic_Clock -- - --------------------- - - function Monotonic_Clock return Duration renames Clock; - ----------------- -- To_Timespec -- ----------------- |