mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
power: Remove unused local variables
Change-Id: I8f45398eba884fee3c3833a67f37ffd28186cf24
This commit is contained in:
parent
f05f9021a7
commit
0e14f27f72
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue