projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aed8fb3
)
Meaningless coding style change
author
Clifford Wolf
<clifford@clifford.at>
Sun, 31 Jan 2016 15:12:35 +0000
(16:12 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Sun, 31 Jan 2016 15:12:35 +0000
(16:12 +0100)
kernel/rtlil.h
patch
|
blob
|
history
diff --git
a/kernel/rtlil.h
b/kernel/rtlil.h
index 5dff5579ffe50d1eb5d90f7d4f73a526a23a6f05..3fc280032ba40184d3aafed30cbc5aa0d56f820b 100644
(file)
--- a/
kernel/rtlil.h
+++ b/
kernel/rtlil.h
@@
-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);