aboutsummaryrefslogtreecommitdiff
path: root/src/target/target_type.h
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-11-01 00:14:52 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2021-03-19 21:55:02 +0000
commit113f949ac11f28e4e653824bed11e48a2c699559 (patch)
tree6b6d703436ff2b0e93acae3f20d8faa151f4cdd1 /src/target/target_type.h
parent64b486e74f9e492da2922cab127f6dcd454474fb (diff)
downloadriscv-openocd-113f949ac11f28e4e653824bed11e48a2c699559.zip
riscv-openocd-113f949ac11f28e4e653824bed11e48a2c699559.tar.gz
riscv-openocd-113f949ac11f28e4e653824bed11e48a2c699559.tar.bz2
target: remove handling of target's deprecated_name
We do not have anymore any deprecated target name. Drop the code to handle deprecated target names and the placehold in struct target_type. This patch is separated from the patch that drops the remaining deprecated target names to be ready to revert this if there is any need in the future. Change-Id: I96fca7ffa39d8292f81e79f115ea45c4a30035d7 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/6087 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'src/target/target_type.h')
-rw-r--r--src/target/target_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/target_type.h b/src/target/target_type.h
index 4bdea72..0f3df00 100644
--- a/src/target/target_type.h
+++ b/src/target/target_type.h
@@ -40,7 +40,6 @@ struct target_type {
* field directly, use target_type_name() instead.
*/
const char *name;
- const char *deprecated_name;
/* poll current target status */
int (*poll)(struct target *target);