Remove dead variable

This commit is contained in:
twinaphex 2016-09-22 21:55:16 +02:00
parent f6a5e4d8eb
commit 4f83be2df3

View File

@ -760,7 +760,6 @@ static void check_proc_acpi_sysfs_battery(const char *node,
{
unsigned capacity;
char path[1024] = {0};
char info[1024] = {0};
const char *base = proc_acpi_sysfs_battery_path;
char *buf = NULL;
char *ptr = NULL;