summaryrefslogtreecommitdiff
path: root/ortho/ortho_nodes.common.ads
diff options
context:
space:
mode:
Diffstat (limited to 'ortho/ortho_nodes.common.ads')
-rw-r--r--ortho/ortho_nodes.common.ads2
1 files changed, 0 insertions, 2 deletions
diff --git a/ortho/ortho_nodes.common.ads b/ortho/ortho_nodes.common.ads
index 1d245db..e16b0a2 100644
--- a/ortho/ortho_nodes.common.ads
+++ b/ortho/ortho_nodes.common.ads
@@ -423,8 +423,6 @@ package ORTHO_NODES is
-- Build an IF statement.
procedure Start_If_Stmt (Block : in out O_If_Block; Cond : O_Enode);
- -- COND is NULL for the final else statement.
- procedure New_Elsif_Stmt (Block : in out O_If_Block; Cond : O_Enode);
procedure New_Else_Stmt (Block : in out O_If_Block);
procedure Finish_If_Stmt (Block : in out O_If_Block);