JTAG: Remove unused methods.

This commit is contained in:
Jared Boone 2016-07-13 11:02:13 -07:00
parent 18fe30136e
commit 22143c9543
2 changed files with 0 additions and 26 deletions

View file

@ -94,11 +94,6 @@ public:
shift_ir(static_cast<uint32_t>(instruction));
}
template<size_t N>
void shift_dr(std::bitset<N>& bits) {
jtag.shift_dr(bits);
}
private:
jtag::JTAG& jtag;