summaryrefslogtreecommitdiff
path: root/libs/binder/BackendUnifiedServiceManager.cpp
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.cpp
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.cpp')
-rw-r--r--libs/binder/BackendUnifiedServiceManager.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/binder/BackendUnifiedServiceManager.cpp b/libs/binder/BackendUnifiedServiceManager.cpp
index f7b9f059a5..654cc0d74a 100644
--- a/libs/binder/BackendUnifiedServiceManager.cpp
+++ b/libs/binder/BackendUnifiedServiceManager.cpp
@@ -172,10 +172,6 @@ BackendUnifiedServiceManager::BackendUnifiedServiceManager(const sp<AidlServiceM
mCacheForGetService = std::make_shared<BinderCacheWithInvalidation>();
}
-sp<AidlServiceManager> BackendUnifiedServiceManager::getImpl() {
- return mTheRealServiceManager;
-}
-
Status BackendUnifiedServiceManager::getService(const ::std::string& name,
sp<IBinder>* _aidl_return) {
os::Service service;