Skip to content

Commit 79330db

Browse files
authored
Placate lint
1 parent 29289d4 commit 79330db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/markup/html.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,6 @@ func RenderEmoji(
317317
return ctx.postProcess(rawHTML)
318318
}
319319

320-
const byteBodyTag = "<body>"
321-
const byteBodyTagClosing = "</body>"
322320

323321
func (ctx *postProcessCtx) postProcess(rawHTML []byte) ([]byte, error) {
324322
if ctx.procs == nil {

0 commit comments

Comments
 (0)