Merge "Remove unused local variable."

This commit is contained in:
Chih-hung Hsieh
2015-09-23 00:05:16 +00:00
committed by Android (Google) Code Review

View File

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