diff options
Diffstat (limited to 'raul/Atom.hpp')
-rw-r--r-- | raul/Atom.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/Atom.hpp b/raul/Atom.hpp index 8302bf9..44b4b0c 100644 --- a/raul/Atom.hpp +++ b/raul/Atom.hpp @@ -69,8 +69,6 @@ public: free(_blob_val); } - // Gotta love C++ boilerplate: - Atom(const Atom& copy) : _type(copy._type) { |