Skip to content

Commit

Permalink
remove unused initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
loiclec committed Oct 30, 2016
1 parent f99b180 commit 0245553
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/Apodimark/InlineParsing/InlineNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,4 @@ struct NonTextInlineNode <View: BidirectionalCollection> {
return view.index(start, offsetBy: numericCast(l)) ..< view.index(end, offsetBy: numericCast(-l))
}
}

init(kind: NonTextInlineNodeKind<View>, start: View.Index, end: View.Index) {
(self.kind, self.start, self.end) = (kind, start, end)
}
}

0 comments on commit 0245553

Please sign in to comment.