From 2620f970eb4d29cf116f8b7b6ef60f8ead17e9ea Mon Sep 17 00:00:00 2001 From: KHANH LUONG HONG DUY Date: Wed, 24 Jun 2020 16:17:38 +0700 Subject: remove unused feature Signed-off-by: KHANH LUONG HONG DUY --- doc/dlt-adaptor-stdin.1.md | 4 ---- tests/gtest_dlt_daemon_offline_log.cpp | 4 ---- 2 files changed, 8 deletions(-) diff --git a/doc/dlt-adaptor-stdin.1.md b/doc/dlt-adaptor-stdin.1.md index 9ac6244..0556798 100644 --- a/doc/dlt-adaptor-stdin.1.md +++ b/doc/dlt-adaptor-stdin.1.md @@ -26,10 +26,6 @@ This is a small external program for forwarding input from stdin to DLT Daemon. : To flush the buffered logs while unregistering app --s - -: Set socket to Blocking mode if unix socket is used - -t : Set timeout when sending messages at exit, in ms (default: 10000 = 10sec) diff --git a/tests/gtest_dlt_daemon_offline_log.cpp b/tests/gtest_dlt_daemon_offline_log.cpp index f37c63a..b8965de 100644 --- a/tests/gtest_dlt_daemon_offline_log.cpp +++ b/tests/gtest_dlt_daemon_offline_log.cpp @@ -29,10 +29,6 @@ extern "C" #include } -#ifndef DLT_DAEMON_BLOCKING_TEST -# define DLT_DAEMON_BLOCKING_TEST 1 -#endif - /* Begin Method: dlt_logstorage::t_dlt_logstorage_list_add*/ TEST(t_dlt_logstorage_list_add, normal) { -- cgit v1.2.1