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

Commit 058932c4 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Remove unused local variable.

Clang compiler gives it a warning and error.

Change-Id: Id35b740e265b393b5e31e05bd83544f391d8ff08
parent 765f371c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -115,7 +115,6 @@ errout:
static int remount(const char* dir, int* dir_ro)
{
    char *dev;
    int OFF = 0;

    if (dir_ro == 0) {
        return 0;