mirror of https://github.com/mamba-org/mamba.git
maint: Remove `PrefixData::load` (#3318)
Merge its content within `PrefixData::PrefixData`. Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
parent
287bf22de2
commit
0793fad741
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue