remove unreachable code (go vet)
This commit is contained in:
parent
d5a7560cdc
commit
08b8a98248
@ -106,7 +106,6 @@ func whichLexer(path string) string {
|
|||||||
return "console"
|
return "console"
|
||||||
}
|
}
|
||||||
panic("No lexer for " + path)
|
panic("No lexer for " + path)
|
||||||
return ""
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func debug(msg string) {
|
func debug(msg string) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user