aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/annotations.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-03-29 06:11:24 +0200
committerTristan Gingold <tgingold@free.fr>2016-03-29 06:11:24 +0200
commit6b71c159a9af984693491e19dbf6369cf7951362 (patch)
treeb39e6f3a51a021d1853efaf49f92965e78891f32 /src/vhdl/simulate/annotations.adb
parent2b2b76a1afd1916907c216be5151574833099c0d (diff)
downloadghdl-6b71c159a9af984693491e19dbf6369cf7951362.tar.gz
ghdl-6b71c159a9af984693491e19dbf6369cf7951362.tar.bz2
ghdl-6b71c159a9af984693491e19dbf6369cf7951362.zip
simulation: remove unused kind_range.
Diffstat (limited to 'src/vhdl/simulate/annotations.adb')
-rw-r--r--src/vhdl/simulate/annotations.adb7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vhdl/simulate/annotations.adb b/src/vhdl/simulate/annotations.adb
index ef85321ba..a7c2869a5 100644
--- a/src/vhdl/simulate/annotations.adb
+++ b/src/vhdl/simulate/annotations.adb
@@ -107,7 +107,6 @@ package body Annotations is
when Kind_Block
| Kind_Process
| Kind_Frame
- | Kind_Range
| Kind_Scalar_Type
| Kind_File_Type =>
raise Internal_Error;
@@ -1272,10 +1271,6 @@ package body Annotations is
when Kind_Scalar_Type
| Kind_File_Type =>
null;
- when Kind_Range =>
- Put ("${");
- Put (Object_Slot_Type'Image (Info.Slot));
- Put ("}");
end case;
end Disp_Vhdl_Info;
@@ -1307,8 +1302,6 @@ package body Annotations is
| Kind_PSL =>
Put_Line ("slot:" & Object_Slot_Type'Image (Info.Slot)
& ", scope:" & Image (Info.Obj_Scope));
- when Kind_Range =>
- Put_Line ("range slot:" & Object_Slot_Type'Image (Info.Slot));
when Kind_Scalar_Type =>
Put_Line ("scalar type: "
& Iir_Value_Kind'Image (Info.Scalar_Mode));