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:
parent
b52f50ef30
commit
2067aba378
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user