mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Removed RTLIL::SigChunk::compare()
This commit is contained in:
parent
08e1e25169
commit
a97be0828a
2 changed files with 5 additions and 25 deletions
|
@ -470,7 +470,6 @@ struct RTLIL::SigChunk {
|
|||
bool operator <(const RTLIL::SigChunk &other) const;
|
||||
bool operator ==(const RTLIL::SigChunk &other) const;
|
||||
bool operator !=(const RTLIL::SigChunk &other) const;
|
||||
static bool compare(const RTLIL::SigChunk &a, const RTLIL::SigChunk &b);
|
||||
};
|
||||
|
||||
struct RTLIL::SigBit {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue