Merge "Remove unused local variable."

This commit is contained in:
Chih-Hung Hsieh 2014-12-10 22:19:19 +00:00 committed by Gerrit Code Review
commit de180fc283

View file

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