From 99b372a6c5c6d42e1c2e36e710e191901973f449 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 15 Sep 2020 09:06:43 -0400 Subject: 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. --- src/core/file_sys/nca_patch.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/core/file_sys/nca_patch.h') 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 - std::pair SearchBucketEntry(u64 offset, BlockType block, - BucketType buckets) const; - RelocationEntry GetRelocationEntry(u64 offset) const; RelocationEntry GetNextRelocationEntry(u64 offset) const; -- cgit v1.2.3