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

Commit 2dedfa86 authored by Yurii Zubrytskyi's avatar Yurii Zubrytskyi Committed by Android (Google) Code Review
Browse files

Merge "[cleanup] Remove unneeded virtual from a function" into main

parents a6ddcfdc f6fa34b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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
  // Rewrites a compile-time overlay resource id to the runtime resource id of corresponding target
  // resource.
  // resource.
  virtual status_t lookupResourceIdNoRewrite(uint32_t* resId) const;
  status_t lookupResourceIdNoRewrite(uint32_t* resId) const;


  const Idmap_data_header* data_header_;
  const Idmap_data_header* data_header_;
  const Idmap_overlay_entry* entries_;
  const Idmap_overlay_entry* entries_;