maint: Remove `PrefixData::load` (#3318)

Merge its content within `PrefixData::PrefixData`.

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
Julien Jerphanion 2024-06-13 16:16:52 +02:00 committed by GitHub
parent 287bf22de2
commit 0793fad741
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -44,11 +44,6 @@ namespace mamba
: m_history(prefix_path, channel_context)
, m_prefix_path(prefix_path)
, m_channel_context(channel_context)
{
load();
}
void PrefixData::load()
{
auto conda_meta_dir = m_prefix_path / "conda-meta";
if (lexists(conda_meta_dir))