aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/treepr.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/treepr.ads')
-rw-r--r--gcc/ada/treepr.ads5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/ada/treepr.ads b/gcc/ada/treepr.ads
index f223711..212c491 100644
--- a/gcc/ada/treepr.ads
+++ b/gcc/ada/treepr.ads
@@ -71,11 +71,6 @@ package Treepr is
pragma Export (Ada, ppp);
-- Same as Print_Node_Subtree
- procedure psloc (Loc : Source_Ptr);
- pragma Export (Ada, psloc);
- -- Prints the sloc Loc
- -- Why is this here??? use the routines in Sprint instead ???
-
-- The following are no longer needed; you can use pp or ppp instead
procedure pe (E : Elist_Id);