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
+1 -1
View File
@@ -87,7 +87,7 @@ void Jtag::init_internal(cable_t &cable, const string &dev, const string &serial
{
switch (cable.type) {
case MODE_ANLOGICCABLE:
_jtag = new AnlogicCable(clkHZ, _verbose);
_jtag = new AnlogicCable(clkHZ);
break;
case MODE_FTDI_BITBANG:
if (pin_conf == NULL)