Merge "Libsuspend: Remove unused variable"

This commit is contained in:
Andreas Gampe 2014-11-25 03:29:16 +00:00 committed by Gerrit Code Review
commit 1690b49e63

View file

@ -84,7 +84,6 @@ struct autosuspend_ops autosuspend_autosleep_ops = {
struct autosuspend_ops *autosuspend_autosleep_init(void)
{
int ret;
char buf[80];
autosleep_fd = open(SYS_POWER_AUTOSLEEP, O_WRONLY);