3
0
Fork 0
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:
Emily Schmidt 2024-07-25 13:11:56 +01:00
parent 8f77494263
commit 79a1b691ea
2 changed files with 6 additions and 7 deletions

View file

@ -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();
}
};