diff options
Diffstat (limited to 'src/vhdl/disp_tree.adb')
-rw-r--r-- | src/vhdl/disp_tree.adb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vhdl/disp_tree.adb b/src/vhdl/disp_tree.adb index 69dd0ad16..9af60f01b 100644 --- a/src/vhdl/disp_tree.adb +++ b/src/vhdl/disp_tree.adb @@ -515,9 +515,6 @@ package body Disp_Tree is when Type_Iir_Direction => Put_Line (Image_Iir_Direction (Get_Iir_Direction (N, F))); - when Type_Location_Type => - Put_Line (Image_Location_Type - (Get_Location_Type (N, F))); when Type_Iir_Int32 => Put_Line (Iir_Int32'Image (Get_Iir_Int32 (N, F))); when Type_Int32 => |