Remove unused param
This commit is contained in:
parent
616b79ce6c
commit
d0e1d86df3
@ -107,7 +107,7 @@ class ValidFramesReader {
|
||||
using pointer = value_type *;
|
||||
using reference = const Frame &;
|
||||
|
||||
explicit Iterator(FrameWithValidity *ptr, ValidFramesReader &iterator_wrapper) : ptr_(ptr) {}
|
||||
explicit Iterator(FrameWithValidity *ptr) : ptr_(ptr) {}
|
||||
|
||||
reference operator*() const { return *ptr_; }
|
||||
pointer operator->() { return ptr_; }
|
||||
|
Loading…
Reference in New Issue
Block a user