diff --git a/services/samgr/native/source/sa_main.cpp b/services/samgr/native/source/sa_main.cpp index 216170629d7ee3b64f88eaaed4e292b83a937862..9811be2c1802d56df427c10b3c1e67456fe4b6a6 100755 --- a/services/samgr/native/source/sa_main.cpp +++ b/services/samgr/native/source/sa_main.cpp @@ -31,11 +31,6 @@ int main(int argc, char *argv[]) // Tell IPCThreadState we're the service manager OHOS::sptr serv = manager->AsObject(); IPCSkeleton::SetContextObject(serv); - auto dBinder = manager->GetDBinder(); - if (dBinder != nullptr) { - bool ret = dBinder->StartDBinderService(); - HILOGI("started dbinder service result is %{public}s", ret ? "ok" : "fail"); - } // Create IPCThreadPool and join in. HILOGI("start System Ability Manager Loop");