mirror of https://github.com/YosysHQ/yosys.git
Meaningless coding style change
This commit is contained in:
parent
aed8fb353c
commit
5462399c88
|
@ -669,7 +669,6 @@ public:
|
||||||
void remove(const pool<RTLIL::SigBit> &pattern);
|
void remove(const pool<RTLIL::SigBit> &pattern);
|
||||||
void remove(const pool<RTLIL::SigBit> &pattern, RTLIL::SigSpec *other) const;
|
void remove(const pool<RTLIL::SigBit> &pattern, RTLIL::SigSpec *other) const;
|
||||||
void remove2(const pool<RTLIL::SigBit> &pattern, RTLIL::SigSpec *other);
|
void remove2(const pool<RTLIL::SigBit> &pattern, RTLIL::SigSpec *other);
|
||||||
|
|
||||||
void remove2(const std::set<RTLIL::SigBit> &pattern, RTLIL::SigSpec *other);
|
void remove2(const std::set<RTLIL::SigBit> &pattern, RTLIL::SigSpec *other);
|
||||||
|
|
||||||
void remove(int offset, int length = 1);
|
void remove(int offset, int length = 1);
|
||||||
|
|
Loading…
Reference in New Issue