]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/ada/sem_util.adb
ada: Remove superfluous setter procedure
[gcc.git] / gcc / ada / sem_util.adb
index e778bab95d168d4320a1fbfe887b65dfd81a989a..26ddb52bc4a8f499856b539a3ba421d1b93d3114 100644 (file)
@@ -27792,15 +27792,6 @@ package body Sem_Util is
       end if;
    end Set_Rep_Info;
 
-   ----------------------------
-   -- Set_Scope_Is_Transient --
-   ----------------------------
-
-   procedure Set_Scope_Is_Transient (V : Boolean := True) is
-   begin
-      Scope_Stack.Table (Scope_Stack.Last).Is_Transient := V;
-   end Set_Scope_Is_Transient;
-
    -------------------
    -- Set_Size_Info --
    -------------------
This page took 0.042615 seconds and 5 git commands to generate.