mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
opkg_manager.cpp: disable unused variable
avoid compiler error/warning
This commit is contained in:
@@ -701,7 +701,7 @@ int COPKGManager::execCmd(const char *cmdstr, int verbose_mode)
|
|||||||
int res = 0;
|
int res = 0;
|
||||||
has_err = false;
|
has_err = false;
|
||||||
tmp_str.clear();
|
tmp_str.clear();
|
||||||
bool ok = true;
|
//bool ok = true;
|
||||||
|
|
||||||
//create CShellWindow object
|
//create CShellWindow object
|
||||||
CShellWindow shell(cmd, verbose_mode, &res, false);
|
CShellWindow shell(cmd, verbose_mode, &res, false);
|
||||||
|
Reference in New Issue
Block a user