mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
upkg_manager: comment out stale code
This commit is contained in:
committed by
svenhoefer
parent
3fb3f39be7
commit
fd52cd5023
@@ -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;
|
||||||
|
Reference in New Issue
Block a user