removed unused variable, fixes #2

This commit is contained in:
Gregory Pakosz 2016-01-13 21:02:18 +01:00
parent d4275250d8
commit 9c53a0aae7

View File

@ -231,7 +231,6 @@ int WAI_PREFIX(getModulePath)(char* out, int capacity, int* dirname_length)
uint32_t major, minor;
char path[PATH_MAX];
uint32_t inode;
int count;
if (!fgets(buffer, sizeof(buffer), maps))
break;