Merge "removed unused function (HIDL_FETCH_ISurfaceFlingerConfigs)"

This commit is contained in:
Jaesoo Lee
2017-03-24 03:23:26 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 8 deletions

View File

@@ -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

View File

@@ -31,8 +31,6 @@ struct SurfaceFlingerConfigs : public ISurfaceFlingerConfigs {
};
extern "C" ISurfaceFlingerConfigs* HIDL_FETCH_ISurfaceFlingerConfigs(const char* name);
} // namespace implementation
} // namespace V1_0
} // namespace configstore