mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +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;
|
||||
has_err = false;
|
||||
tmp_str.clear();
|
||||
bool ok = true;
|
||||
//bool ok = true;
|
||||
|
||||
//create CShellWindow object
|
||||
CShellWindow shell(cmd, verbose_mode, &res, false);
|
||||
|
Reference in New Issue
Block a user