From 411708e14d86dbddfabca9e9aa5c611eb3e6d78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AC=88=E5=B7=9D=E5=8F=AF=E5=8F=AF?= <0xbbc@0xbbc.com> Date: Thu, 21 Jun 2018 19:03:16 +0800 Subject: [PATCH] Remove the default constructor for SegmentInfo --- src/includes/aria2/aria2.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/includes/aria2/aria2.h b/src/includes/aria2/aria2.h index 6c9b5651..92e11ede 100644 --- a/src/includes/aria2/aria2.h +++ b/src/includes/aria2/aria2.h @@ -140,10 +140,6 @@ enum DownloadEvent { * The segment information. */ struct SegmentInfo { - /** - * The constructor fills default values for all members. - */ - SegmentInfo(); /** * The index of a piece. * The default value is ``0``.