diff options
Diffstat (limited to 'gcc/ada/alfa.ads')
-rw-r--r-- | gcc/ada/alfa.ads | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ada/alfa.ads b/gcc/ada/alfa.ads index 3e630a0ad96..71220e46bda 100644 --- a/gcc/ada/alfa.ads +++ b/gcc/ada/alfa.ads @@ -319,10 +319,6 @@ package ALFA is procedure Initialize_ALFA_Tables; -- Reset tables for a new compilation - function Unique_Defining_Entity (N : Node_Id) return Entity_Id; - -- Return the entity which represents declaration N, so that matching - -- declaration and body have the same entity. - procedure dalfa; -- Debug routine to dump internal ALFA tables. This is a raw format dump -- showing exactly what the tables contain. |