aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_util.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/exp_util.adb')
-rw-r--r--gcc/ada/exp_util.adb13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/ada/exp_util.adb b/gcc/ada/exp_util.adb
index 2be81a5..0bc22a4 100644
--- a/gcc/ada/exp_util.adb
+++ b/gcc/ada/exp_util.adb
@@ -5187,19 +5187,6 @@ package body Exp_Util is
end if;
end Ensure_Defined;
- --------------------
- -- Entry_Names_OK --
- --------------------
-
- function Entry_Names_OK return Boolean is
- begin
- return
- not Restricted_Profile
- and then not Global_Discard_Names
- and then not Restriction_Active (No_Implicit_Heap_Allocations)
- and then not Restriction_Active (No_Local_Allocators);
- end Entry_Names_OK;
-
-------------------
-- Evaluate_Name --
-------------------