Private
Public Access
2
0

mraa.c: Remove unused variables in mraa_add_from_lockfile

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2016-10-11 08:49:12 +01:00
parent 11bbd05533
commit 6bac8594a5

View File

@@ -1062,9 +1062,7 @@ mraa_result_t
mraa_add_from_lockfile(const char* imraa_lock_file)
{
mraa_result_t ret = MRAA_SUCCESS;
mraa_platform_t type = plat->platform_type;
char* buffer = NULL;
off_t file_size;
struct stat st;
int i = 0;
uint32_t subplat_num = 0;