mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
comment some found not used variables
Origin commit data
------------------
Commit: 8e06495776
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-08 (Tue, 08 May 2012)
This commit is contained in:
@@ -237,14 +237,14 @@ std::string CyhookHandler::BuildHeader(bool cache) {
|
||||
std::string result = "";
|
||||
|
||||
const char *responseString = "";
|
||||
const char *infoString = 0;
|
||||
//const char *infoString = 0;
|
||||
|
||||
// get Info Index
|
||||
for (unsigned int i = 0; i < (sizeof(httpResponseNames)
|
||||
/ sizeof(httpResponseNames[0])); i++)
|
||||
if (httpResponseNames[i].type == httpStatus) {
|
||||
responseString = httpResponseNames[i].name;
|
||||
infoString = httpResponseNames[i].info;
|
||||
//infoString = httpResponseNames[i].info;
|
||||
break;
|
||||
}
|
||||
// print Status-line
|
||||
|
Reference in New Issue
Block a user