power: Remove unused local variables

Change-Id: I8f45398eba884fee3c3833a67f37ffd28186cf24
This commit is contained in:
Christopher N. Hesse 2017-01-16 23:45:28 +01:00
parent f05f9021a7
commit 0e14f27f72

View file

@ -367,10 +367,6 @@ static void samsung_power_hint(struct power_module *module,
switch (hint) {
case POWER_HINT_INTERACTION: {
char errno_str[64];
ssize_t len;
int fd;
if (current_power_profile == PROFILE_POWER_SAVE) {
return;
}
@ -389,7 +385,6 @@ static void samsung_power_hint(struct power_module *module,
break;
}
case POWER_HINT_VSYNC: {
ALOGV("%s: POWER_HINT_VSYNC", __func__);
break;
}