retire out_mask - not used anywhere
git-svn-id: svn://svn.berlios.de/openocd/trunk@1608 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -650,7 +650,6 @@ int interface_jtag_add_dr_scan(int num_fields, scan_field_t *fields, tap_state_t
|
||||
/* program the scan field to 1 bit length, and ignore it's value */
|
||||
tmp.num_bits = 1;
|
||||
tmp.out_value = NULL;
|
||||
tmp.out_mask = NULL;
|
||||
tmp.in_value = NULL;
|
||||
tmp.in_check_value = NULL;
|
||||
tmp.in_check_mask = NULL;
|
||||
|
||||
Reference in New Issue
Block a user