upkg_manager: comment out stale code

This commit is contained in:
Stefan Seyfried
2017-01-29 02:00:50 +01:00
parent b37faafc80
commit 448b5dc7c7

View File

@@ -962,10 +962,13 @@ void COPKGManager::handleShellOutput(string* cur_line, int* res, bool* ok)
return;
}
#if 0
/* never reached */
if (!has_err){
*ok = true;
*res = OM_SUCCESS;
}
#endif
}
*res = _res;