Meaningless coding style change
authorClifford Wolf <clifford@clifford.at>
Sun, 31 Jan 2016 15:12:35 +0000 (16:12 +0100)
committerClifford Wolf <clifford@clifford.at>
Sun, 31 Jan 2016 15:12:35 +0000 (16:12 +0100)
kernel/rtlil.h

index 5dff5579ffe50d1eb5d90f7d4f73a526a23a6f05..3fc280032ba40184d3aafed30cbc5aa0d56f820b 100644 (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);