3
0
Fork 0
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:
Clifford Wolf 2014-07-22 21:40:52 +02:00
parent 08e1e25169
commit a97be0828a
2 changed files with 5 additions and 25 deletions

View file

@ -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 {