aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlxml.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlxml.adb')
-rw-r--r--src/ghdldrv/ghdlxml.adb6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ghdldrv/ghdlxml.adb b/src/ghdldrv/ghdlxml.adb
index 1abe3465c..aaf5fb58b 100644
--- a/src/ghdldrv/ghdlxml.adb
+++ b/src/ghdldrv/ghdlxml.adb
@@ -440,12 +440,6 @@ package body Ghdlxml is
end if;
when Attr_Chain =>
Disp_Iir_Chain (Img, V);
- when Attr_Maybe_Ref_Chain =>
- if Get_Is_Ref (N) then
- Disp_Iir_Ref (Img, V);
- else
- Disp_Iir_Chain (Img, V);
- end if;
when Attr_Chain_Next =>
null;
when Attr_Of_Ref | Attr_Of_Maybe_Ref =>