diff options
Diffstat (limited to 'src/vhdl/disp_tree.adb')
-rw-r--r-- | src/vhdl/disp_tree.adb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vhdl/disp_tree.adb b/src/vhdl/disp_tree.adb index eabbaeae7..e39c267f9 100644 --- a/src/vhdl/disp_tree.adb +++ b/src/vhdl/disp_tree.adb @@ -462,12 +462,6 @@ package body Disp_Tree is Ndepth := Depth - 1; end if; Disp_Iir (Get_Iir (N, F), Sub_Indent, Ndepth); - when Attr_Maybe_Ref_Chain => - if Get_Is_Ref (N) then - Disp_Iir (Get_Iir (N, F), Sub_Indent, 0); - else - Disp_Chain (Get_Iir (N, F), Sub_Indent, Depth - 1); - end if; when Attr_Chain => Disp_Chain (Get_Iir (N, F), Sub_Indent, Depth - 1); when Attr_Chain_Next => |