invoke target_create() once

git-svn-id: svn://svn.berlios.de/openocd/trunk@1124 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
oharboe 2008-11-02 21:16:41 +00:00
parent 7b78e59192
commit e3eff88550
1 changed files with 0 additions and 1 deletions

View File

@ -3828,7 +3828,6 @@ target_create( Jim_GetOptInfo *goi )
target, /* private data */
NULL ); /* no del proc */
(*(target->type->target_create))( target, goi->interp );
return e;
}