From 3bfb996597fed33891dffe939156387cda8afe54 Mon Sep 17 00:00:00 2001 From: Daniel Rosenberg Date: Fri, 12 Oct 2018 16:24:21 -0700 Subject: [PATCH] Remove spurious function declaration Test: Nothing changes Change-Id: I27f0d832d33099efe25794987c307d773b5d987c Merged-In: Icba16578608a6cbf922472e9d4ae5b8cf5f016c6 --- VoldNativeService.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/VoldNativeService.h b/VoldNativeService.h index 40ce3a4..d0c31e8 100644 --- a/VoldNativeService.h +++ b/VoldNativeService.h @@ -111,9 +111,6 @@ class VoldNativeService : public BinderService, public os::Bn binder::Status destroyUserStorage(const std::unique_ptr& uuid, int32_t userId, int32_t flags); - binder::Status mountExternalStorageForApp(const std::string& packageName, int32_t appId, - const std::string& sandboxId, int32_t userId); - binder::Status startCheckpoint(int32_t retry); binder::Status needsCheckpoint(bool* _aidl_return); binder::Status needsRollback(bool* _aidl_return);