summaryrefslogtreecommitdiffstats
path: root/install/include
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-04-16 19:57:02 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-04-16 19:57:02 +0200
commit3aff98aee837ac4a416498cfa26c8cc903e1226e (patch)
treef45ae88c1b1e9345eb476fef4e37c94eb3168718 /install/include
parentMerge "Remove the FD parameter from FuseDataProvider ctor." (diff)
parentMove load & restore logs to logging.cpp (diff)
downloadandroid_bootable_recovery-3aff98aee837ac4a416498cfa26c8cc903e1226e.tar
android_bootable_recovery-3aff98aee837ac4a416498cfa26c8cc903e1226e.tar.gz
android_bootable_recovery-3aff98aee837ac4a416498cfa26c8cc903e1226e.tar.bz2
android_bootable_recovery-3aff98aee837ac4a416498cfa26c8cc903e1226e.tar.lz
android_bootable_recovery-3aff98aee837ac4a416498cfa26c8cc903e1226e.tar.xz
android_bootable_recovery-3aff98aee837ac4a416498cfa26c8cc903e1226e.tar.zst
android_bootable_recovery-3aff98aee837ac4a416498cfa26c8cc903e1226e.zip
Diffstat (limited to 'install/include')
-rw-r--r--install/include/install/wipe_data.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/install/include/install/wipe_data.h b/install/include/install/wipe_data.h
index 06b1b95d4..b34891f3d 100644
--- a/install/include/install/wipe_data.h
+++ b/install/include/install/wipe_data.h
@@ -23,8 +23,6 @@
struct selabel_handle;
-void SetWipeDataSehandle(selabel_handle* handle);
-
// Returns true on success.
bool WipeCache(RecoveryUI* ui, const std::function<bool()>& confirm);