diff --git a/adb/remount_service.c b/adb/remount_service.c index 05d31691e..9746f9afc 100644 --- a/adb/remount_service.c +++ b/adb/remount_service.c @@ -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;