summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
{