summaryrefslogtreecommitdiffstats
path: root/recovery.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-06-03 17:39:37 +0200
committerThe Android Open Source Project <initial-contribution@android.com>2009-06-03 17:39:37 +0200
commit8caf81fa24a4e74ef4cba0449cb218e1d23a421d (patch)
tree775fcffe9df8b9242d20fe4f46491b21e33f8a64 /recovery.c
parentam 07e1dca7: don\'t say "install complete" when it really isn\'t (diff)
parentremove unused permissions scheme from amend (diff)
downloadandroid_bootable_recovery-8caf81fa24a4e74ef4cba0449cb218e1d23a421d.tar
android_bootable_recovery-8caf81fa24a4e74ef4cba0449cb218e1d23a421d.tar.gz
android_bootable_recovery-8caf81fa24a4e74ef4cba0449cb218e1d23a421d.tar.bz2
android_bootable_recovery-8caf81fa24a4e74ef4cba0449cb218e1d23a421d.tar.lz
android_bootable_recovery-8caf81fa24a4e74ef4cba0449cb218e1d23a421d.tar.xz
android_bootable_recovery-8caf81fa24a4e74ef4cba0449cb218e1d23a421d.tar.zst
android_bootable_recovery-8caf81fa24a4e74ef4cba0449cb218e1d23a421d.zip
Diffstat (limited to 'recovery.c')
-rw-r--r--recovery.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/recovery.c b/recovery.c
index e329db93d..188d4de69 100644
--- a/recovery.c
+++ b/recovery.c
@@ -265,7 +265,6 @@ test_amend()
{
extern int test_symtab(void);
extern int test_cmd_fn(void);
- extern int test_permissions(void);
int ret;
LOGD("Testing symtab...\n");
ret = test_symtab();
@@ -273,9 +272,6 @@ test_amend()
LOGD("Testing cmd_fn...\n");
ret = test_cmd_fn();
LOGD(" returned %d\n", ret);
- LOGD("Testing permissions...\n");
- ret = test_permissions();
- LOGD(" returned %d\n", ret);
}
#endif // TEST_AMEND