We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a7c64 commit 3a8445fCopy full SHA for 3a8445f
include/cuco/detail/hyperloglog/hyperloglog_impl.cuh
@@ -97,16 +97,6 @@ class hyperloglog_impl {
97
#endif
98
}
99
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
-
110
/**
111
* @brief Resets the estimator, i.e., clears the current count estimate.
112
*
0 commit comments