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

Commit f6fa34b5 authored by Yurii Zubrytskyi's avatar Yurii Zubrytskyi
Browse files

[cleanup] Remove unneeded virtual from a function

Bug: 282215580
Test: build + boot + perf record

Change-Id: Ibea21804b53526b42741dea1c60d46399ca14512
parent c6b4b159
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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_;