Remove unused local variable.
Clang compiler gives it a warning and error. Change-Id: Id35b740e265b393b5e31e05bd83544f391d8ff08
This commit is contained in:
parent
765f371cf4
commit
058932c4ff
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue