mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 01:16:16 +00:00
hashlib: fixes from jix
This commit is contained in:
parent
ed70038aa1
commit
026e9dae9d
4 changed files with 15 additions and 15 deletions
|
@ -1112,7 +1112,6 @@ private:
|
|||
bool operator==(const DriveBitId &other) const { return id == other.id; }
|
||||
bool operator!=(const DriveBitId &other) const { return id != other.id; }
|
||||
bool operator<(const DriveBitId &other) const { return id < other.id; }
|
||||
// unsigned int hash() const { return id; }
|
||||
Hasher hash_into(Hasher h) const;
|
||||
};
|
||||
// Essentially a dict<DriveBitId, pool<DriveBitId>> but using less memory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue