summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-01-31 16:12:35 +0100
committerClifford Wolf <clifford@clifford.at>2016-01-31 16:12:35 +0100
commit5462399c880c4736d0382bf5ba294e97637b393d (patch)
treea432fe8a7bc41b12a8889352fb5d0b5d28d9c00e /kernel
parentaed8fb353cf164487962100776da0d4e2d5a97f0 (diff)
Meaningless coding style change
Diffstat (limited to 'kernel')
-rw-r--r--kernel/rtlil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/rtlil.h b/kernel/rtlil.h
index 5dff5579..3fc28003 100644
--- 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);