commit | 058932c4ff89b7d42734cba0a7aa7805c2859a11 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Dec 10 14:14:09 2014 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Wed Dec 10 14:14:09 2014 -0800 |
tree | f4edd89a13872e2b560432fc2f5655e0ae829799 | |
parent | 765f371cf40c67ccca3033b05aa052de0145f999 [diff] |
Remove unused local variable. Clang compiler gives it a warning and error. Change-Id: Id35b740e265b393b5e31e05bd83544f391d8ff08
diff --git a/adb/remount_service.c b/adb/remount_service.c index 05d3169..9746f9a 100644 --- a/adb/remount_service.c +++ b/adb/remount_service.c
@@ -115,7 +115,6 @@ static int remount(const char* dir, int* dir_ro) { char *dev; - int OFF = 0; if (dir_ro == 0) { return 0;