From c0de69bdfcce3b42bf5450cd57799b117b4ad93f Mon Sep 17 00:00:00 2001 From: Saya Sugiura Date: Tue, 28 May 2019 16:44:53 +0900 Subject: Remove dlt_forward_msg Since dlt_forward_msg() is not used anywhere, we will remove it. Signed-off-by: Saya Sugiura --- include/dlt/dlt_user.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') diff --git a/include/dlt/dlt_user.h b/include/dlt/dlt_user.h index a5199b4..c7a9949 100644 --- a/include/dlt/dlt_user.h +++ b/include/dlt/dlt_user.h @@ -824,14 +824,6 @@ DltReturnValue dlt_log_raw(DltContext *handle, DltLogLevelType loglevel, void *d */ DltReturnValue dlt_log_marker(); -/** - * Forward a complete DLT message to the DLT daemon - * @param msgdata Message data of DLT message - * @param size Size of DLT message - * @return Value from DltReturnValue enum - */ -DltReturnValue dlt_forward_msg(void *msgdata, size_t size); - /** * Get the total size and available size of the shared memory buffer between daemon and applications. * This information is useful to control the flow control between applications and daemon. -- cgit v1.2.1