summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKHANH LUONG HONG DUY <khanh.luonghongduy@vn.bosch.com>2020-06-24 16:17:38 +0700
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2020-07-06 10:04:07 +0900
commit2620f970eb4d29cf116f8b7b6ef60f8ead17e9ea (patch)
tree4c620d3e7f76f06db8fe802fb43e8d53f87f882a
parentff79860fdd2a169c5ca3f1856e8f27d6f4ed38bf (diff)
downloadDLT-daemon-2620f970eb4d29cf116f8b7b6ef60f8ead17e9ea.tar.gz
remove unused feature
Signed-off-by: KHANH LUONG HONG DUY <khanh.luonghongduy@vn.bosch.com>
-rw-r--r--doc/dlt-adaptor-stdin.1.md4
-rw-r--r--tests/gtest_dlt_daemon_offline_log.cpp4
2 files changed, 0 insertions, 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 <fcntl.h>
}
-#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)
{