Libsuspend: Remove unused variable

For build-system CFLAGS clean-up, remove unused variable.

Change-Id: I34bd33fd24b02ee58b64029146c253c61651d45f
This commit is contained in:
Andreas Gampe 2014-11-24 18:53:44 -08:00
parent 7f187c5f95
commit 487f98447a

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);