From patchwork Sun Jan 6 12:08:51 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Ada] Remove dead code in elaborate_entity From: Eric Botcazou X-Patchwork-Id: 209746 Message-Id: <3339630.teYpdDJkBf@polaris> To: gcc-patches@gcc.gnu.org Date: Sun, 06 Jan 2013 13:08:51 +0100 Tested on x86_64-suse-linux, applied on mainline and 4.7 branch. 2013-01-06 Eric Botcazou * gcc-interface/decl.c (elaborate_entity) : Delete. Index: gcc-interface/decl.c =================================================================== --- gcc-interface/decl.c (revision 194942) +++ gcc-interface/decl.c (working copy) @@ -5944,18 +5944,6 @@ elaborate_entity (Entity_Id gnat_entity) break; } - case E_Record_Type: - { - Node_Id full_definition = Declaration_Node (gnat_entity); - Node_Id record_definition = Type_Definition (full_definition); - - /* If this is a record extension, go a level further to find the - record definition. */ - if (Nkind (record_definition) == N_Derived_Type_Definition) - record_definition = Record_Extension_Part (record_definition); - } - break; - case E_Record_Subtype: case E_Private_Subtype: case E_Limited_Private_Subtype: