From: John David Anglin Date: Tue, 13 Jun 2006 02:08:53 +0000 (+0000) Subject: re PR ada/27944 (s-taprop.adb:66:06: warning: redundant with clause in body) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce0d1b886de84fc7f79d34af7fd28d2dda26de35;p=gcc.git re PR ada/27944 (s-taprop.adb:66:06: warning: redundant with clause in body) PR ada/27944 * s-taprop-hpux-dce.adb: Delete redundant 'with System.Parameters'. From-SVN: r114598 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 215609e9f56..51780a36d6c 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2006-06-12 John David Anglin + + PR ada/27944 + * s-taprop-hpux-dce.adb: Delete redundant 'with System.Parameters'. + 2006-06-06 Laurent GUERBY PR ada/27769 diff --git a/gcc/ada/s-taprop-hpux-dce.adb b/gcc/ada/s-taprop-hpux-dce.adb index 838f54e76f9..4aefcda25bc 100644 --- a/gcc/ada/s-taprop-hpux-dce.adb +++ b/gcc/ada/s-taprop-hpux-dce.adb @@ -63,9 +63,6 @@ with Interfaces.C; -- used for int -- size_t -with System.Parameters; --- used for Size_Type - with System.Task_Primitives.Interrupt_Operations; -- used for Get_Interrupt_ID