Azure IoT / Mbed 2 deprecated remote_monitoring

Dependencies:   azure_c_shared_utility EthernetInterface NTPClient iothub_amqp_transport iothub_client mbed-rtos mbed azure_uamqp_c serializer wolfSSL

Revision:
13:ec77de4e43c7
Parent:
11:2d3ddf2a8d45
diff -r 42aecf7d2472 -r ec77de4e43c7 remote_monitoring.c
--- a/remote_monitoring.c	Sat Sep 26 07:20:31 2015 +0000
+++ b/remote_monitoring.c	Mon Sep 28 09:54:26 2015 -0700
@@ -147,12 +147,6 @@
         }
         else
         {
-            unsigned int minimumPollingTime = 9; /*because it can poll "after 9 seconds" polls will happen effectively at ~10 seconds*/
-            if (IoTHubClient_SetOption(iotHubClientHandle, "MinimumPollingTime", &minimumPollingTime) != IOTHUB_CLIENT_OK)
-            {
-                printf("failure to set option \"MinimumPollingTime\"\r\n");
-            }
-
 #ifdef MBED_BUILD_TIMESTAMP
             // For mbed add the certificate information
             if (IoTHubClient_SetOption(iotHubClientHandle, "TrustedCerts", certificates) != IOTHUB_CLIENT_OK)