nca_patch: Make SearchBucketEntry() internally linked

This is only used internally and doesn't depend on any class state, so
we can make it fully internal.
This commit is contained in:
Lioncash 2020-09-15 09:06:43 -04:00
parent 5dbae278f4
commit a92c6ddd22
2 changed files with 43 additions and 44 deletions

View file

@ -117,10 +117,6 @@ public:
bool Rename(std::string_view name) override;
private:
template <bool Subsection, typename BlockType, typename BucketType>
std::pair<std::size_t, std::size_t> SearchBucketEntry(u64 offset, BlockType block,
BucketType buckets) const;
RelocationEntry GetRelocationEntry(u64 offset) const;
RelocationEntry GetNextRelocationEntry(u64 offset) const;