remove unneeded code
This commit is contained in:
parent
e847c3a7b0
commit
c3d13e8b75
|
|
@ -541,9 +541,6 @@ int main(int argc, char **argv)
|
|||
|
||||
if (args.conmcu == true) {
|
||||
fpga->connectJtagToMCU();
|
||||
delete(fpga);
|
||||
delete(jtag);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
/* unprotect SPI flash */
|
||||
|
|
|
|||
Loading…
Reference in New Issue