diff options
| author | Lioncash <mathew1800@gmail.com> | 2020-09-15 09:06:43 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2020-09-15 09:06:46 -0400 |
| commit | 99b372a6c5c6d42e1c2e36e710e191901973f449 (patch) | |
| tree | a45928d4706a8447077e568490c0ee022f006707 /src/core/file_sys/nca_patch.h | |
| parent | b5f4221c3dba29dad11897ac8d7860d773f359f1 (diff) | |
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.
Diffstat (limited to 'src/core/file_sys/nca_patch.h')
| -rw-r--r-- | src/core/file_sys/nca_patch.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/file_sys/nca_patch.h b/src/core/file_sys/nca_patch.h index 8e64e8378..60c544f8e 100644 --- a/src/core/file_sys/nca_patch.h +++ b/src/core/file_sys/nca_patch.h @@ -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; |
