Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 487f9844 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Libsuspend: Remove unused variable

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

Change-Id: I34bd33fd24b02ee58b64029146c253c61651d45f
parent 7f187c5f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);