diff options
author | Hristian Kirtchev <kirtchev@adacore.com> | 2006-02-15 10:29:17 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2006-02-15 10:29:17 +0100 |
commit | 3ede876b325742e810e011664529cc6fde6e70ed (patch) | |
tree | 3065d216f49ea5961bfec16c9821619ea5da2a91 /gcc/ada/s-tasuti.adb | |
parent | 0ae9f22fde8781e5cc7dcdfd3f66f15625842898 (diff) | |
download | gcc-3ede876b325742e810e011664529cc6fde6e70ed.zip gcc-3ede876b325742e810e011664529cc6fde6e70ed.tar.gz gcc-3ede876b325742e810e011664529cc6fde6e70ed.tar.bz2 |
a-tasatt.adb, [...]: Remove redundant with clauses.
2006-02-13 Hristian Kirtchev <kirtchev@adacore.com>
* a-tasatt.adb, s-osinte-lynxos-3.adb, s-osinte-lynxos.adb,
s-osinte-aix.adb, s-interr-sigaction.adb, s-asthan-vms-alpha.adb,
s-interr-vms.adb, s-intman-vms.adb, s-interr-vxworks.adb,
s-intman-vxworks.adb, s-asthan-vms-alpha.adb, a-ztexio.adb,
a-reatim.adb, a-taside.adb, a-textio.adb, a-witeio.adb, prj-attr.adb,
s-intman-irix.adb, s-intman-solaris.adb, s-intman-posix.adb,
a-dynpri.adb, a-interr.adb, g-dynhta.adb, s-asthan.adb, s-interr.adb,
s-pooglo.adb, s-pooloc.adb, s-poosiz.adb, s-tasren.adb, s-tasuti.adb,
s-tataat.adb, s-tpobop.adb: Remove redundant with clauses.
From-SVN: r111024
Diffstat (limited to 'gcc/ada/s-tasuti.adb')
-rw-r--r-- | gcc/ada/s-tasuti.adb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/ada/s-tasuti.adb b/gcc/ada/s-tasuti.adb index ee68ebc..0d765df 100644 --- a/gcc/ada/s-tasuti.adb +++ b/gcc/ada/s-tasuti.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2006, 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- -- @@ -59,9 +59,6 @@ with System.Tasking.Queuing; -- used for Dequeue_Call -- Dequeue_Head -with System.Tasking.Debug; --- used for Trace - with System.Parameters; -- used for Single_Lock -- Runtime_Traces @@ -69,8 +66,6 @@ with System.Parameters; with System.Traces.Tasking; -- used for Send_Trace_Info -with Unchecked_Conversion; - package body System.Tasking.Utilities is package STPO renames System.Task_Primitives.Operations; |