maint: Remove declaration of `PrefixData::load` (#3325)

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
Julien Jerphanion 2024-06-14 15:09:22 +02:00 committed by GitHub
parent b277685bb5
commit 123d521521
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ namespace mamba
private:
PrefixData(const fs::u8path& prefix_path, ChannelContext& channel_context);
void load();
History m_history;
package_map m_package_records;