summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/tproc/rope.inl
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/tproc/rope.inl')
-rw-r--r--include/ocl/tproc/rope.inl2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ocl/tproc/rope.inl b/include/ocl/tproc/rope.inl
index 2c421d2..2545e3e 100644
--- a/include/ocl/tproc/rope.inl
+++ b/include/ocl/tproc/rope.inl
@@ -40,7 +40,6 @@ namespace ocl::tproc::rope
template <typename It, class Pred>
typename Pred::size_type erase(It begin, It end, Pred pred)
{
- It original_begin = begin;
typename Pred::size_type count{};
for (auto it = begin; it != end;)
@@ -62,7 +61,6 @@ namespace ocl::tproc::rope
template <typename It, class Pred>
typename It::size_type erase_if(It begin, It end, Pred)
{
- It original_begin = begin;
typename Pred::size_type count{};
for (auto it = begin; it != end;)