OSDN Git Service

Remove secdiscard IPC call
[android-x86/system-vold.git] / Ext4Crypt.cpp
index 1b71365..67b7e90 100644 (file)
@@ -835,7 +835,3 @@ bool e4crypt_destroy_volume_keys(const std::string& volume_uuid) {
     res &= destroy_volume_keys("/data/misc_de", volume_uuid);
     return res;
 }
-
-bool e4crypt_secdiscard(const std::string& path) {
-    return android::vold::runSecdiscardSingle(path);
-}