summaryrefslogtreecommitdiff
path: root/src/tests/dlt-test-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/dlt-test-client.c')
-rwxr-xr-xsrc/tests/dlt-test-client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/dlt-test-client.c b/src/tests/dlt-test-client.c
index 6f1e972..f99da3e 100755
--- a/src/tests/dlt-test-client.c
+++ b/src/tests/dlt-test-client.c
@@ -2398,7 +2398,6 @@ int dlt_testclient_message_callback(DltMessage *message, void *data)
/* If the payload is correct, the counter is increased by 1 */
if (message->extendedheader->noar==4)
{
- //TODO: CHECK ACTUAL CONTENT
type_info=0;
type_info_tmp=0;
length=0,length_tmp=0; /* the macro can set this variable to -1 */