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:
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user