Skip to content

Commit 3a8445f

Browse files
committed
Remove explicit copy ctor
1 parent e5a7c64 commit 3a8445f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

include/cuco/detail/hyperloglog/hyperloglog_impl.cuh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,6 @@ class hyperloglog_impl {
9797
#endif
9898
}
9999

100-
/**
101-
* @brief Copy constructor for hyperloglog_impl.
102-
*
103-
* @param other The hyperloglog_impl object to copy from
104-
*/
105-
__host__ __device__ constexpr hyperloglog_impl(hyperloglog_impl const& other)
106-
: hash_{other.hash_}, precision_{other.precision_}, sketch_{other.sketch_}
107-
{
108-
}
109-
110100
/**
111101
* @brief Resets the estimator, i.e., clears the current count estimate.
112102
*

0 commit comments

Comments
 (0)