From 84fbd554eba27b206957812cb7e7dbb99daba628 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Wed, 20 Feb 2019 17:25:40 -0800 Subject: [PATCH] Removed code comments for dead code --- meshconsole/main.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/meshconsole/main.c b/meshconsole/main.c index a7c0561..0c3e7bb 100644 --- a/meshconsole/main.c +++ b/meshconsole/main.c @@ -182,13 +182,6 @@ char* crashMemory = ILib_POSIX_InstallCrashHandler(argv[0]); { if (argc >= 2 && strnlen_s(argv[1], 9) >= 8 && strncmp(argv[1], "-update:", 8) == 0) { - /* - // If in OSX, attempt to clean up the KVM slave process. - #if defined(__APPLE__) && defined(_DAEMON) && defined(_LINKVM) - installOsx(0); - #endif - */ - // -update:"C:\Users\Public\Downloads\MeshManageability\Debug\MeshConsol2.exe" MeshAgent_PerformSelfUpdate(argv[0], argv[1] + 8, argc, argv); return 0;