branch2.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-10 17:39:30 -05:00
parent 00e8eab0ef
commit 94ce78e406

View File

@ -59,7 +59,6 @@ Branch2::~Branch2()
Branch2&
Branch2::operator=(Branch2 const &b_)
{
enabled = b_.enabled;
mode = b_.mode;
min_free_space = b_.min_free_space;
path = b_.path;