summaryrefslogtreecommitdiffstats
path: root/amend/main.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-06-03 00:30:11 +0200
committerDoug Zongker <dougz@android.com>2009-06-03 00:41:00 +0200
commitf28c916e73ee9f643c67c70d059c70381d774cb0 (patch)
tree775fcffe9df8b9242d20fe4f46491b21e33f8a64 /amend/main.c
parentdon't say "install complete" when it really isn't (diff)
downloadandroid_bootable_recovery-f28c916e73ee9f643c67c70d059c70381d774cb0.tar
android_bootable_recovery-f28c916e73ee9f643c67c70d059c70381d774cb0.tar.gz
android_bootable_recovery-f28c916e73ee9f643c67c70d059c70381d774cb0.tar.bz2
android_bootable_recovery-f28c916e73ee9f643c67c70d059c70381d774cb0.tar.lz
android_bootable_recovery-f28c916e73ee9f643c67c70d059c70381d774cb0.tar.xz
android_bootable_recovery-f28c916e73ee9f643c67c70d059c70381d774cb0.tar.zst
android_bootable_recovery-f28c916e73ee9f643c67c70d059c70381d774cb0.zip
Diffstat (limited to 'amend/main.c')
-rw-r--r--amend/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/amend/main.c b/amend/main.c
index 9bb0785de..bc9e58778 100644
--- a/amend/main.c
+++ b/amend/main.c
@@ -86,12 +86,6 @@ main(int argc, char *argv[])
fprintf(stderr, "test_cmd_fn() failed: %d\n", ret);
exit(ret);
}
- extern int test_permissions(void);
- ret = test_permissions();
- if (ret != 0) {
- fprintf(stderr, "test_permissions() failed: %d\n", ret);
- exit(ret);
- }
#endif
argc--;