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 b5f4221c3d
commit 99b372a6c5
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;