From 5d05bc0e2f72f9e80776cc4e31235b0d0ac6bb44 Mon Sep 17 00:00:00 2001 From: Sebastian Junges Date: Thu, 7 May 2020 18:20:11 -0700 Subject: [PATCH] bitvector already has an iterator, remove comment --- src/storage/bitvector.cpp | 1 - 1 file changed, 1 deletion(-) 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 ; }