mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
never used values
This commit is contained in:
@@ -1796,7 +1796,7 @@ void CControlAPI::SendTimersXML(CyhookHandler *hh)
|
||||
sort(timerlist.begin(), timerlist.end()); // sort timer
|
||||
CTimerd::TimerList::iterator timer = timerlist.begin();
|
||||
|
||||
std::string xml_response = "";
|
||||
// std::string xml_response = "";
|
||||
hh->SetHeader(HTTP_OK, "text/xml; charset=UTF-8");
|
||||
hh->WriteLn("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
|
||||
hh->WriteLn("<timer>\n");
|
||||
|
Reference in New Issue
Block a user