From cbe5222f2a87c52e7affe0d79e3bf1d331f25aea Mon Sep 17 00:00:00 2001 From: Masaori Koshiba Date: Tue, 14 May 2019 12:28:10 +0900 Subject: [PATCH] Remove unnecessary randomize() call --- iocore/net/quic/QUICTypes.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/iocore/net/quic/QUICTypes.cc b/iocore/net/quic/QUICTypes.cc index 13fd10ddfa4..17fc13f4fc9 100644 --- a/iocore/net/quic/QUICTypes.cc +++ b/iocore/net/quic/QUICTypes.cc @@ -562,10 +562,7 @@ QUICConnectionId::ZERO() return QUICConnectionId(zero, sizeof(zero)); } -QUICConnectionId::QUICConnectionId() -{ - this->randomize(); -} +QUICConnectionId::QUICConnectionId() {} QUICConnectionId::QUICConnectionId(const uint8_t *buf, uint8_t len) : _len(len) {