opkg_manager.cpp: disable unused variable

avoid compiler error/warning


Origin commit data
------------------
Commit: 92b579b3c6
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-28 (Mon, 28 Dec 2015)
This commit is contained in:
2015-12-28 14:06:03 +01:00
parent be7b3c5629
commit f37e0a9b0f

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