Skip to content

Commit fa4145b

Browse files
committed
Remove dead code
1 parent 141d6b8 commit fa4145b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

go/ql/lib/semmle/go/frameworks/XNetHtml.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,4 @@ import go
1313
module XNetHtml {
1414
/** Gets the package name `golang.org/x/net/html`. */
1515
string packagePath() { result = package("golang.org/x/net", "html") }
16-
17-
private class EscapeString extends HtmlEscapeFunction {
18-
EscapeString() { this.hasQualifiedName(packagePath(), "EscapeString") }
19-
}
2016
}

0 commit comments

Comments
 (0)