Skip to content

Commit 03a75bb

Browse files
committed
Eliminate disabled code
1 parent a865f1d commit 03a75bb

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

  • thrust/system/cuda/detail

thrust/system/cuda/detail/util.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -327,14 +327,6 @@ struct transform_input_iterator_t
327327
return op(input[n]);
328328
}
329329

330-
#if 0
331-
/// Structure dereference
332-
__host__ __device__ __forceinline__ pointer operator->()
333-
{
334-
return &op(*input_itr);
335-
}
336-
#endif
337-
338330
/// Equal to
339331
__host__ __device__ __forceinline__ bool operator==(const self_t &rhs) const
340332
{
@@ -346,14 +338,6 @@ struct transform_input_iterator_t
346338
{
347339
return (input != rhs.input);
348340
}
349-
350-
#if 0
351-
/// ostream operator
352-
friend std::ostream& operator<<(std::ostream& os, const self& itr)
353-
{
354-
return os;
355-
}
356-
#endif
357341
}; // struct transform_input_iterarot_t
358342

359343
template <class ValueType,

0 commit comments

Comments
 (0)