From f6fa34b51da980adb97ee970dee3982790235ef9 Mon Sep 17 00:00:00 2001 From: Yurii Zubrytskyi Date: Fri, 10 Nov 2023 12:09:42 -0800 Subject: [cleanup] Remove unneeded virtual from a function Bug: 282215580 Test: build + boot + perf record Change-Id: Ibea21804b53526b42741dea1c60d46399ca14512 --- libs/androidfw/include/androidfw/Idmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/androidfw') diff --git a/libs/androidfw/include/androidfw/Idmap.h b/libs/androidfw/include/androidfw/Idmap.h index 60689128dffb..d9f7c2a1ac19 100644 --- a/libs/androidfw/include/androidfw/Idmap.h +++ b/libs/androidfw/include/androidfw/Idmap.h @@ -71,7 +71,7 @@ class OverlayDynamicRefTable : public DynamicRefTable { // Rewrites a compile-time overlay resource id to the runtime resource id of corresponding target // resource. - virtual status_t lookupResourceIdNoRewrite(uint32_t* resId) const; + status_t lookupResourceIdNoRewrite(uint32_t* resId) const; const Idmap_data_header* data_header_; const Idmap_overlay_entry* entries_; -- cgit v1.2.3-59-g8ed1b