summaryrefslogtreecommitdiff
path: root/libs/binder/BackendUnifiedServiceManager.h
diff options
context:
space:
mode:
author Devin Moore <devinmoore@google.com> 2024-10-23 00:46:00 +0000
committer Devin Moore <devinmoore@google.com> 2024-10-23 17:05:16 +0000
commit9930a835203bc619a30f2e1fec3b56717acab7a7 (patch)
tree895af894017ff386cb2eb7b48f78cd2922de5447 /libs/binder/BackendUnifiedServiceManager.h
parent5103a383b905bd75b6ee92e312b568f1908a6cf5 (diff)
Remove BackendUnifiedServiceManager::getImpl
It's not used and not needed. Test: m Bug: none Change-Id: I530ba6cabfea3636abb008b7c783b5ea7383771f
Diffstat (limited to 'libs/binder/BackendUnifiedServiceManager.h')
-rw-r--r--libs/binder/BackendUnifiedServiceManager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/binder/BackendUnifiedServiceManager.h b/libs/binder/BackendUnifiedServiceManager.h
index feb8470032..abc0eda7eb 100644
--- a/libs/binder/BackendUnifiedServiceManager.h
+++ b/libs/binder/BackendUnifiedServiceManager.h
@@ -121,7 +121,6 @@ class BackendUnifiedServiceManager : public android::os::BnServiceManager {
public:
explicit BackendUnifiedServiceManager(const sp<os::IServiceManager>& impl);
- sp<os::IServiceManager> getImpl();
binder::Status getService(const ::std::string& name, sp<IBinder>* _aidl_return) override;
binder::Status getService2(const ::std::string& name, os::Service* out) override;
binder::Status checkService(const ::std::string& name, os::Service* out) override;