Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: tests/blocking/wiconnect/WiconnectTests.cpp
- Revision:
- 2:2f222449973a
- Parent:
- 1:5137ec8f4c45
- Child:
- 12:3dd3a1be40c1
--- a/tests/blocking/wiconnect/WiconnectTests.cpp	Mon Aug 11 04:39:25 2014 -0700
+++ b/tests/blocking/wiconnect/WiconnectTests.cpp	Mon Aug 11 04:53:00 2014 -0700
@@ -67,10 +67,8 @@
 /*************************************************************************************************/
 WiconnectResult wiconnectSendRawNonBlockingCommand(int argc, char **argv)
 {
-
     WiconnectResult result;
     Wiconnect *wiconnect = Wiconnect::getInstance();
-    char *ptr = testBuffer;
 
     strcpy(testBuffer, argv[0]);
     --argc;
@@ -112,7 +110,6 @@
 WiconnectResult wiconnectDebugEnableCommand(int argc, char **argv)
 {
     extern int wiconnectLogDebug(const char *str);
-    WiconnectResult result;
     Wiconnect *wiconnect = Wiconnect::getInstance();
     bool enabled;