net: samples: Fix echo-client compile error for microkernel

Change-Id: Id1a40244543744b60971dd6321edf1aadd02108a
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2016-01-29 17:03:26 +02:00 committed by Anas Nashif
commit 6956fe1670

View file

@ -385,8 +385,6 @@ void taskA(void)
ipsum_len = strlen(lorem_ipsum);
nano_sem_init(&flag);
if (!get_context(&unicast, &multicast)) {
PRINT("%s: Cannot get network context\n", __func__);
return;