diff options
Diffstat (limited to 'src/vhdl/disp_tree.adb')
-rw-r--r-- | src/vhdl/disp_tree.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vhdl/disp_tree.adb b/src/vhdl/disp_tree.adb index 621acdf02..69dd0ad16 100644 --- a/src/vhdl/disp_tree.adb +++ b/src/vhdl/disp_tree.adb @@ -34,7 +34,6 @@ package body Disp_Tree is Max_Depth : Natural := 10; pragma Warnings (On); - procedure Disp_Iir (N : Iir; Indent : Natural; Depth : Natural); procedure Disp_Header (N : Iir); procedure Disp_Tree_List_Flat (Tree_List: Iir_List; Tab: Natural); |