remove useless comment

cpp
Avril 3 years ago
parent 1d05d690f0
commit f31805d9b2
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -54,5 +54,4 @@ Cow::Fake Cow::Fake::Fake::from_real(const Cow& real) { return Fake(real); }
Cow::Fake Cow::Fake::clone() const { return Fake(*static_cast<const Fake*>(this)); }
cow_t* Cow::Fake::get_raw() const { return fake; }
// Operators

Loading…
Cancel
Save