gdbserver: fix duplicate declaration

commit da0d1e37 did not merge correctly, causing the build to fail.

Change-Id: I3f525054bb38b7ee29bf27309bb2e6a5bb8329c7
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/2020
Tested-by: jenkins
This commit is contained in:
Spencer Oliver 2014-03-04 21:51:58 +00:00
parent 8e44a9663d
commit 35fdbdcecd
1 changed files with 0 additions and 1 deletions

View File

@ -2235,7 +2235,6 @@ static int gdb_target_description_supported(struct target *target, int *supporte
int reg_list_size = 0;
char **features = NULL;
int feature_list_size = 0;
char **features = NULL;
retval = target_get_gdb_reg_list(target, &reg_list,
&reg_list_size, REG_CLASS_ALL);