Skip to content

Commit 2cb0e81

Browse files
committed
Rust: Remove duplicated inclusion of getAdditionalPathTypeAt
1 parent aae5333 commit 2cb0e81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rust/ql/lib/codeql/rust/internal/typeinference/TypeMention.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ private module MkTypeMention<getAdditionalPathTypeAtSig/2 getAdditionalPathTypeA
107107
abstract Type resolvePathTypeAt(TypePath typePath);
108108

109109
final override Type getTypeAt(TypePath typePath) {
110-
result = getAdditionalPathTypeAt(this, typePath)
111-
or
112110
result = this.resolvePathTypeAt(typePath) and
113111
(
114112
not result instanceof TypeParameter

0 commit comments

Comments
 (0)