Meaningless coding style change

This commit is contained in:
Clifford Wolf 2016-01-31 16:12:35 +01:00
parent aed8fb353c
commit 5462399c88
1 changed files with 0 additions and 1 deletions

View File

@ -669,7 +669,6 @@ public:
void remove(const pool<RTLIL::SigBit> &pattern);
void remove(const pool<RTLIL::SigBit> &pattern, RTLIL::SigSpec *other) const;
void remove2(const pool<RTLIL::SigBit> &pattern, RTLIL::SigSpec *other);
void remove2(const std::set<RTLIL::SigBit> &pattern, RTLIL::SigSpec *other);
void remove(int offset, int length = 1);