mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 01:16:16 +00:00
silence some more warnings, undo mistaken addition
This commit is contained in:
parent
8f77494263
commit
79a1b691ea
2 changed files with 6 additions and 7 deletions
|
@ -388,8 +388,6 @@ public:
|
|||
case DriveType::MULTIPLE:
|
||||
inner = multiple_.hash();
|
||||
break;
|
||||
default:
|
||||
log_abort();
|
||||
}
|
||||
return mkhash((unsigned int)type_, inner);
|
||||
}
|
||||
|
@ -1028,6 +1026,7 @@ public:
|
|||
case DriveType::MULTIPLE:
|
||||
return multiple_.size();
|
||||
}
|
||||
log_abort();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue