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

Commit 00e7509c 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: I35e916ad4a6c321303a3888dabb4884b17146e16
Merged-In: Iac3ed57568f18c3a8a7f7423a361b0fe45aa54ab
parent 9e71d7d4
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -29,12 +29,6 @@ Return<void> SurfaceFlingerConfigs::useTripleFramebuffer(useTripleFramebuffer_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
@@ -31,8 +31,6 @@ struct SurfaceFlingerConfigs : public ISurfaceFlingerConfigs {

};

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

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