aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-dump.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists-dump.adb')
-rw-r--r--src/synth/netlists-dump.adb2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/synth/netlists-dump.adb b/src/synth/netlists-dump.adb
index 4c0c2b192..c008a1372 100644
--- a/src/synth/netlists-dump.adb
+++ b/src/synth/netlists-dump.adb
@@ -246,8 +246,6 @@ package body Netlists.Dump is
Put ("input");
when Port_Out =>
Put ("output");
- when Port_Inout =>
- Put ("inout");
end case;
Put (' ');
Dump_Name (P.Name);