Skip to content

Commit caa7f28

Browse files
committed
Remove unused and unimplemented constructor
1 parent 43a78cd commit caa7f28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/templates/Collection.h.jinja2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public:
6262
{{ class.bare_type }}Collection({{ class.bare_type }}Collection&&) = default;
6363
{{ class.bare_type }}Collection& operator=({{ class.bare_type }}Collection&&) = default;
6464

65-
// {{ class.bare_type }}Collection({{ class.bare_type }}Vector* data, uint32_t collectionID);
6665
~{{ class.bare_type }}Collection() override;
6766

6867
constexpr static std::string_view typeName = "{{ (class | string ).strip(':') + "Collection" }}";

0 commit comments

Comments
 (0)