src/AttributeMetadataPrivate.h
branchv_0
changeset 26 019edca46769
parent 24 6f7acc3b274c
child 29 755978b0935c
--- a/src/AttributeMetadataPrivate.h	Sat Sep 15 23:22:50 2018 +0200
+++ b/src/AttributeMetadataPrivate.h	Sun Sep 16 00:42:42 2018 +0200
@@ -15,11 +15,6 @@
 	string_t typeName;
 };
 
-AttributeMetadata::~AttributeMetadata() {
-	// delete impl;
-	std::cout << "FIXME: delete impl in ~AttributeMetadata() but no double-delete / smart pointer" << std::endl;
-}
-
 string_t AttributeMetadata::getAttributeName() const {
 	return impl->attributeName;
 }