Remove llarp::Config::Copy()

I probably missed this in my rebase on top of The Great Wall of Blame
pull/1186/head
Stephen Shelton 4 years ago
parent 6d001c5fd2
commit 3a1c727b9b
No known key found for this signature in database
GPG Key ID: EE4BADACCE8B631C

@ -247,17 +247,6 @@ struct llarp_config
}
};
namespace llarp
{
llarp_config*
Config::Copy() const
{
llarp_config* ptr = new llarp_config();
ptr->impl = *this;
return ptr;
}
} // namespace llarp
extern "C"
{
size_t

Loading…
Cancel
Save