opkg_manager.cpp: disable unused variable

avoid compiler error/warning


Origin commit data
------------------
Branch: ni/coolstream
Commit: 92b579b3c6
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-28 (Mon, 28 Dec 2015)



------------------
This commit was generated by Migit
This commit is contained in:
2015-12-28 14:06:03 +01:00
parent ef6127217e
commit 2106ee8f45

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