diff options
| author | Rodrigo Locatti <reinuseslisp@airmail.cc> | 2020-09-16 00:25:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-16 00:25:11 +0000 |
| commit | 004bfefeb57898ad38af6255bc6ccc6bb1e35fbd (patch) | |
| tree | 99a176f5d5650f1dc26692d44a89b21a926b3b0f /src/core/file_sys/nca_patch.h | |
| parent | 9cd1ea338b4936f58ea74a839a3beb9d998e55af (diff) | |
| parent | 66fc037ef2181cdddc1588032be18cb368fb3e97 (diff) | |
Merge pull request #4658 from lioncash/copy3
nca_patch: Reduce stack usage size within SearchBucketEntry()
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; |
