aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-builders.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists-builders.adb')
-rw-r--r--src/synth/netlists-builders.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synth/netlists-builders.adb b/src/synth/netlists-builders.adb
index 5d3b025d3..99a7563fe 100644
--- a/src/synth/netlists-builders.adb
+++ b/src/synth/netlists-builders.adb
@@ -941,7 +941,6 @@ package body Netlists.Builders is
I0, I1, I2, I3 : Net) return Net
is
Wd : constant Width := Get_Width (I0);
- pragma Assert (Wd /= No_Width);
pragma Assert (Get_Width (I1) = Wd);
pragma Assert (Get_Width (I2) = Wd);
pragma Assert (Get_Width (I3) = Wd);