opkg_manager.cpp: disable unused variable

avoid compiler error/warning
This commit is contained in:
2015-12-28 14:06:03 +01:00
parent a9c549d0bf
commit 92b579b3c6

View File

@@ -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);