upkg_manager: comment out stale code

Origin commit data
------------------
Branch: ni/coolstream
Commit: fd52cd5023
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-01-29 (Sun, 29 Jan 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2017-01-29 21:27:45 +01:00
committed by vanhofen
parent c70cc43435
commit 4002d03dfe

View File

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