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

Commit 93108b61 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Remove unused local variable.

Found by clang/llvm for bullhead device.

Change-Id: I9225bd47f2b246bcc2cadf88da5974624831d9b8
parent 622b2b7c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -110,7 +110,6 @@ namespace android
            return 0;
        }
        char buf[17];
        char *curBuf = buf;
        while (fgets(buf, 16, boost_cpuset_file)) {
            //ALOGE("Appending FD %s to fg", buf);
            int i = 0;