bitq: remove dead code
commitd31803d3d9bc4750ff34d14cffb809c916401d1e
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>
Tue, 15 Nov 2011 22:46:10 +0000 (15 23:46 +0100)
committerSpencer Oliver <spen@spen-soft.co.uk>
Wed, 16 Nov 2011 09:21:58 +0000 (16 09:21 +0000)
tree9f4329cfb23c661ba2e4311669eeedc68658ea84
parenta17907d1067be45bd2aa4cc9bd108eccaf2e4df2
bitq: remove dead code

field->in_value is already checked so it must be non-null here, which means
the else clause can never execute so the entire buffer allocation and
handling code is completely dead.

Change-Id: Id465012a7e607349401d554fc7a8e5db7e967998
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/205
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/jtag/drivers/bitq.c