mbed Connector Interface simplification API on top of mbed-client

Fork of mbedConnectorInterfaceV3 by Doug Anson

NOTE:

This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!

Revision:
104:bc8bb28f0f4c
Parent:
103:33724194f316
--- a/source/mbedEndpointNetwork.cpp	Thu Apr 20 21:46:55 2017 +0000
+++ b/source/mbedEndpointNetwork.cpp	Fri Apr 21 03:57:44 2017 +0000
@@ -53,9 +53,6 @@
 // Logger instance
 extern Logger logger;
 
-// EasyConnect reference
-extern NetworkInterface *easy_connect(bool log_messages);
-
 // endpoint instance 
 static void *_endpoint_instance = NULL;