Remove dead variable
This commit is contained in:
parent
f6a5e4d8eb
commit
4f83be2df3
|
@ -760,7 +760,6 @@ static void check_proc_acpi_sysfs_battery(const char *node,
|
||||||
{
|
{
|
||||||
unsigned capacity;
|
unsigned capacity;
|
||||||
char path[1024] = {0};
|
char path[1024] = {0};
|
||||||
char info[1024] = {0};
|
|
||||||
const char *base = proc_acpi_sysfs_battery_path;
|
const char *base = proc_acpi_sysfs_battery_path;
|
||||||
char *buf = NULL;
|
char *buf = NULL;
|
||||||
char *ptr = NULL;
|
char *ptr = NULL;
|
||||||
|
|
Loading…
Reference in New Issue