From 93108b6164411be4b7d29e192310a90595bc834c Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Tue, 22 Sep 2015 16:32:39 -0700 Subject: [PATCH] Remove unused local variable. Found by clang/llvm for bullhead device. Change-Id: I9225bd47f2b246bcc2cadf88da5974624831d9b8 --- .../core/jni/com_android_server_am_ActivityManagerService.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/core/jni/com_android_server_am_ActivityManagerService.cpp b/services/core/jni/com_android_server_am_ActivityManagerService.cpp index 52217b955852d..50e4502a9a3a2 100644 --- a/services/core/jni/com_android_server_am_ActivityManagerService.cpp +++ b/services/core/jni/com_android_server_am_ActivityManagerService.cpp @@ -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;