We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49c63a commit 18a99efCopy full SHA for 18a99ef
1 file changed
src/netlist/gate_library/gate_type.cpp
@@ -402,7 +402,7 @@ namespace hal
402
{
403
if (auto res = assign_pin_to_group(pin_group, *it, delete_empty_groups); res.is_error())
404
405
- assert(delete_pin_group(pin_group));
+ delete_pin_group(pin_group);
406
return ERR(res.get_error());
407
}
408
@@ -413,7 +413,7 @@ namespace hal
413
414
415
416
417
418
419
0 commit comments