anlogicCable: remove unused _verbose, _tdi, _tms

This commit is contained in:
Gwenhael Goavec-Merou
2022-03-20 10:10:30 +01:00
parent cdc68b5dfc
commit 7ed9c201ce
3 changed files with 4 additions and 9 deletions
+2 -3
View File
@@ -44,9 +44,8 @@ enum analogicCableFreq {
ANLOGICCABLE_FREQ_90K = 0xff
};
AnlogicCable::AnlogicCable(uint32_t clkHZ, uint8_t verbose):
_verbose(verbose),
dev_handle(NULL), usb_ctx(NULL), _tdi(0), _tms(0)
AnlogicCable::AnlogicCable(uint32_t clkHZ):
dev_handle(NULL), usb_ctx(NULL)
{
int ret;