mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
remove redundant code
This commit is contained in:
@@ -590,10 +590,6 @@ module JQuery {
|
||||
read.getBase().getALocalSource() = [dollar(), objectRef()] and
|
||||
read.mayHavePropertyName(name)
|
||||
)
|
||||
or
|
||||
// Handle contributed JQuery objects that aren't source nodes (usually parameter uses)
|
||||
getReceiver() = legacyObjectSource() and
|
||||
this.(DataFlow::MethodCallNode).getMethodName() = name
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user