Skip to content

Commit 41bb057

Browse files
committed
rm dead code
1 parent c9d4cc6 commit 41bb057

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

routers/web/feed/convert.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ func toReleaseLink(act *models.Action) string {
4646
return act.GetRepoLink() + "/releases/tag/" + util.PathEscapeSegments(act.GetBranch())
4747
}
4848

49-
func toIssueContent(ctx *context.Context, act *models.Action) string {
50-
return renderMarkdown(ctx, act, act.GetIssueContent())
51-
}
52-
5349
// renderMarkdown creates a minimal markdown render context from an action.
5450
// If rendering fails, the original markdown text is returned
5551
func renderMarkdown(ctx *context.Context, act *models.Action, content string) string {

0 commit comments

Comments
 (0)