mapleFU commented on code in PR #2507:
URL: https://github.com/apache/kvrocks/pull/2507#discussion_r1731488202


##########
src/vendor/rand.cc:
##########
@@ -106,11 +106,6 @@ constexpr void SEED(const T x0, const T x1, const T x2) {
   SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C;
 }
 
-template <typename T>
-constexpr T HiBit(const T x) {

Review Comment:
   this is vendored ( pasted from other project )
   
   Maybe we can disable lint for "vendor" dir?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to