samples: net: google_iot_mqtt: remove unused definition

Remove unused definition.

Signed-off-by: Alexey Markevich <buhhunyx@gmail.com>
This commit is contained in:
Alexey Markevich 2020-06-21 22:32:49 +03:00 committed by Jukka Rissanen
commit 7b2b957cbd

View file

@ -52,11 +52,6 @@ int do_sntp(void)
return rc; return rc;
} }
/*
* TODO: These need to be configurable.
*/
#define MBEDTLS_NETWORK_TIMEOUT 30000
/* /*
* Things that make sense in a demo app that would need to be more * Things that make sense in a demo app that would need to be more
* robust in a real application: * robust in a real application: