Merge "Remove unused local variable."
This commit is contained in:
committed by
Android (Google) Code Review
commit
53b069507a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user