From a3be75bc16e84b37ba9fbe9b6795262ebb32e63c Mon Sep 17 00:00:00 2001 From: Saya Sugiura Date: Fri, 6 Sep 2019 14:13:20 +0900 Subject: common: Remove unused structure Signed-off-by: Saya Sugiura --- include/dlt/dlt_common.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'include') diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h index 1215041..a418e7d 100644 --- a/include/dlt/dlt_common.h +++ b/include/dlt/dlt_common.h @@ -697,20 +697,6 @@ typedef struct char comid[DLT_ID_SIZE]; /**< communication interface */ } PACKED DltServiceOfflineLogstorage; -/** - * The structure of DLT Service Get Filter Config - */ -typedef struct -{ - uint32_t service_id; /**< service ID */ - uint8_t status; /**< response status */ - char name[DLT_ENTRY_MAX]; /**< config name */ - uint32_t level; /**< filter level */ - uint32_t client_mask; /**< client mask */ - uint32_t ctrl_mask; /**< control message mask */ - char injections[DLT_ENTRY_MAX]; /**< list of injections */ -} PACKED DltServiceGetCurrentFilterInfo; - /** * The structure of DLT Service Passive Node Connect */ -- cgit v1.2.1