Remove the default constructor for SegmentInfo

pull/1223/head
笈川可可 2018-06-21 19:03:16 +08:00
parent b6b6cc3f95
commit 411708e14d
No known key found for this signature in database
GPG Key ID: 4B64093E0E496724
1 changed files with 0 additions and 4 deletions

View File

@ -140,10 +140,6 @@ enum DownloadEvent {
* The segment information. * The segment information.
*/ */
struct SegmentInfo { struct SegmentInfo {
/**
* The constructor fills default values for all members.
*/
SegmentInfo();
/** /**
* The index of a piece. * The index of a piece.
* The default value is ``0``. * The default value is ``0``.