Skip to content
Commit 8f41be36 authored by Nicolas Fella's avatar Nicolas Fella
Browse files

Remove unneeded destructor/copy constructor/copy assignment operator

We don't have a custom destructor and the copy ctor/assignment operator don't do anything special, so the default one will do the right thing.

This is in accordance with the rule of zero (https://cpppatterns.com/patterns/rule-of-zero.html)
parent 1bd59787
Pipeline #28784 passed with stage
in 7 minutes and 26 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment