aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/prj-proc.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2015-02-05 15:35:53 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2015-02-05 15:35:53 +0100
commitc7d22ee76f9231727d5e8c38f4f363b6cc7382ff (patch)
tree4fdb0927c5da676f7766b4a6f4243c2738a02762 /gcc/ada/prj-proc.adb
parent273123a48a42b08a87cacdfe665848c143716ef1 (diff)
downloadgcc-c7d22ee76f9231727d5e8c38f4f363b6cc7382ff.zip
gcc-c7d22ee76f9231727d5e8c38f4f363b6cc7382ff.tar.gz
gcc-c7d22ee76f9231727d5e8c38f4f363b6cc7382ff.tar.bz2
[multiple changes]
2015-02-05 Robert Dewar <dewar@adacore.com> * prj-proc.adb, sem_aux.adb, exp_ch9.adb, errout.adb, prj-dect.adb, prj-nmsc.adb: Minor reformatting. 2015-02-05 Ed Schonberg <schonberg@adacore.com> * sem_type.adb (Covers): In ASIS_Mode the Corresponding_Record of a protected type may not be available, so to check conformance with an interface type, examine the interface list in the type declaration directly. (Write_Overloads): Improve information for indirect calls, for debugger use. 2015-02-05 Ed Schonberg <schonberg@adacore.com> * exp_ch3.adb (Make_Tag_Assignment): Do not perform this expansion activity in ASIS mode. From-SVN: r220452
Diffstat (limited to 'gcc/ada/prj-proc.adb')
-rw-r--r--gcc/ada/prj-proc.adb4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ada/prj-proc.adb b/gcc/ada/prj-proc.adb
index 0107aa0..3bad060 100644
--- a/gcc/ada/prj-proc.adb
+++ b/gcc/ada/prj-proc.adb
@@ -547,9 +547,7 @@ package body Prj.Proc is
case Current_Term_Kind is
when N_Literal_String =>
-
case Kind is
-
when Undefined =>
-- Should never happen
@@ -602,7 +600,6 @@ package body Prj.Proc is
end case;
when N_Literal_String_List =>
-
declare
String_Node : Project_Node_Id :=
First_Expression_In_List
@@ -697,7 +694,6 @@ package body Prj.Proc is
end;
when N_Variable_Reference | N_Attribute_Reference =>
-
declare
The_Project : Project_Id := Project;
The_Package : Package_Id := Pkg;