diff --git a/src/storage/bitvector.cpp b/src/storage/bitvector.cpp index ef17e6f..eaf89cd 100644 --- a/src/storage/bitvector.cpp +++ b/src/storage/bitvector.cpp @@ -48,7 +48,6 @@ void define_bitvector(py::module& m) { .def("__str__", &streamToString) - // TODO (when needed): iterator ; }