Skip to content

Commit 35fbc95

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Java: remove redundant line
1 parent a8eb1d1 commit 35fbc95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/ql/lib/semmle/code/java/security/UrlForward.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ private class CheckUrlEncodingGuard extends Guard instanceof CheckUrlEncodingCal
129129

130130
/** Holds if `g` is guard for a URL that does not contain URL encoding. */
131131
private predicate noUrlEncodingGuard(Guard g, Expr e, boolean branch) {
132-
g instanceof CheckUrlEncodingGuard and
133132
e = g.(CheckUrlEncodingGuard).getCheckedExpr() and
134133
branch = false
135134
or

0 commit comments

Comments
 (0)