1
0
mirror of https://github.com/DigitalDevices/pvr.octonet.git synced 2023-10-10 13:36:57 +02:00

OctonetData: Remove unused variable

This commit is contained in:
Dennis Hamester 2016-11-16 12:32:36 +01:00
parent b52f50ef30
commit 2067aba378

View File

@ -125,7 +125,6 @@ OctonetChannel* OctonetData::findChannel(int64_t nativeId)
time_t OctonetData::parseDateTime(std::string date)
{
struct tm timeinfo;
time_t time;
memset(&timeinfo, 0, sizeof(timeinfo));