mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
Rust: Remove duplicated inclusion of getAdditionalPathTypeAt
This commit is contained in:
@@ -107,8 +107,6 @@ private module MkTypeMention<getAdditionalPathTypeAtSig/2 getAdditionalPathTypeA
|
||||
abstract Type resolvePathTypeAt(TypePath typePath);
|
||||
|
||||
final override Type getTypeAt(TypePath typePath) {
|
||||
result = getAdditionalPathTypeAt(this, typePath)
|
||||
or
|
||||
result = this.resolvePathTypeAt(typePath) and
|
||||
(
|
||||
not result instanceof TypeParameter
|
||||
|
||||
Reference in New Issue
Block a user