remove comment

This commit is contained in:
chertus 2018-08-09 15:34:10 +03:00
parent cc033803d1
commit 2b4171af1f

View File

@ -31,8 +31,6 @@
namespace common
{
/// It's possible to get false positives for Int128 overflow
template <typename T>
inline bool addOverflow(T x, T y, T & res)
{