Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f54419bb authored by Jaesoo Lee's avatar Jaesoo Lee
Browse files

removed unused function (HIDL_FETCH_ISurfaceFlingerConfigs)

HIDL_FETCH_... is required only for passthrough mode, but Configstore
does not provide passthrough mode.

Bug: 35325577
Test: build and check configstore works
Change-Id: Iac3ed57568f18c3a8a7f7423a361b0fe45aa54ab
parent 326bdaa5
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -123,11 +123,6 @@ Return<void> SurfaceFlingerConfigs::useVrFlinger(useVrFlinger_cb _hidl_cb) {
    return Void();
}

// Methods from ::android::hidl::base::V1_0::IBase follow.
ISurfaceFlingerConfigs* HIDL_FETCH_ISurfaceFlingerConfigs(const char* /* name */) {
    return new SurfaceFlingerConfigs();
}

}  // namespace implementation
}  // namespace V1_0
}  // namespace configstore
+0 −2
Original line number Diff line number Diff line
@@ -40,8 +40,6 @@ struct SurfaceFlingerConfigs : public ISurfaceFlingerConfigs {

};

extern "C" ISurfaceFlingerConfigs* HIDL_FETCH_ISurfaceFlingerConfigs(const char* name);

}  // namespace implementation
}  // namespace V1_0
}  // namespace configstore