OSDN Git Service

Remove spurious function declaration
authorDaniel Rosenberg <drosen@google.com>
Fri, 12 Oct 2018 23:24:21 +0000 (16:24 -0700)
committerPaul Lawrence <paullawrence@google.com>
Tue, 16 Oct 2018 21:28:13 +0000 (21:28 +0000)
Test: Nothing changes
Change-Id: I27f0d832d33099efe25794987c307d773b5d987c
Merged-In: Icba16578608a6cbf922472e9d4ae5b8cf5f016c6

VoldNativeService.h

index 40ce3a4..d0c31e8 100644 (file)
@@ -111,9 +111,6 @@ class VoldNativeService : public BinderService<VoldNativeService>, public os::Bn
     binder::Status destroyUserStorage(const std::unique_ptr<std::string>& 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);