Skip to content

Commit 27c9800

Browse files
committed
lint: doh.go rmv unused fn
1 parent 27b1947 commit 27c9800

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

intra/doh/doh.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -786,10 +786,3 @@ func (t *transport) Stop() error {
786786
t.done()
787787
return nil
788788
}
789-
790-
func logwif(cond bool) log.LogFn {
791-
if cond {
792-
return log.W
793-
}
794-
return log.V
795-
}

0 commit comments

Comments
 (0)