mirror of
https://github.com/DigitalDevices/pvr.octonet.git
synced 2025-03-01 10:53:09 +00:00
OctonetData: Remove unused variable
This commit is contained in:
parent
b52f50ef30
commit
2067aba378
@ -125,7 +125,6 @@ OctonetChannel* OctonetData::findChannel(int64_t nativeId)
|
|||||||
time_t OctonetData::parseDateTime(std::string date)
|
time_t OctonetData::parseDateTime(std::string date)
|
||||||
{
|
{
|
||||||
struct tm timeinfo;
|
struct tm timeinfo;
|
||||||
time_t time;
|
|
||||||
|
|
||||||
memset(&timeinfo, 0, sizeof(timeinfo));
|
memset(&timeinfo, 0, sizeof(timeinfo));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user