diff options
Diffstat (limited to 'gcc/ada/s-rpc.adb')
-rw-r--r-- | gcc/ada/s-rpc.adb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/ada/s-rpc.adb b/gcc/ada/s-rpc.adb index 33ab366f278..ba4d0d9f1f6 100644 --- a/gcc/ada/s-rpc.adb +++ b/gcc/ada/s-rpc.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2002 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2004 Free Software Foundation, Inc. -- -- -- -- GNAT 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- -- @@ -43,13 +43,6 @@ with Ada.Exceptions; use Ada.Exceptions; package body System.RPC is - GNAT : constant Boolean := True; - pragma Unreferenced (GNAT); - -- This dummy entity allows the compiler to recognize that this is the - -- version of this package that is supplied by GNAT, not by the user. - -- This is used to cause a compile time error if an attempt is made to - -- use features in System.RPC that are only available from a true PCS. - CRLF : constant String := ASCII.CR & ASCII.LF; Msg : constant String := |