From 2b4171af1f6344c80ccb326896762c6eb94c5cbc Mon Sep 17 00:00:00 2001 From: chertus Date: Thu, 9 Aug 2018 15:34:10 +0300 Subject: [PATCH] remove comment --- dbms/src/Functions/FunctionsArithmetic.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/dbms/src/Functions/FunctionsArithmetic.h b/dbms/src/Functions/FunctionsArithmetic.h index 6860e5dc136..12142f0b39e 100644 --- a/dbms/src/Functions/FunctionsArithmetic.h +++ b/dbms/src/Functions/FunctionsArithmetic.h @@ -31,8 +31,6 @@ namespace common { - /// It's possible to get false positives for Int128 overflow - template inline bool addOverflow(T x, T y, T & res) {