Remove unused local variable.

Clang compiler gives it a warning and error.

Change-Id: Id35b740e265b393b5e31e05bd83544f391d8ff08
This commit is contained in:
Chih-Hung Hsieh 2014-12-10 14:14:09 -08:00
parent 765f371cf4
commit 058932c4ff
1 changed files with 0 additions and 1 deletions

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;