mirror of
https://github.com/github/codeql.git
synced 2026-03-17 04:56:58 +01:00
Python: delete unused predicate
This commit is contained in:
@@ -44,15 +44,6 @@ private module Asyncpg {
|
||||
}
|
||||
}
|
||||
|
||||
/** Reverse lokup of the path argument name for a method accessing the file system. */
|
||||
private string fileAccessMethodName(string pathArg) {
|
||||
result in ["copy_from_query", "copy_from_table"] and
|
||||
pathArg = "output"
|
||||
or
|
||||
result = "copy_to_table" and
|
||||
pathArg = "source"
|
||||
}
|
||||
|
||||
/** `Connection`s and `ConnectionPool`s provide some methods that access the file system. */
|
||||
class FileAccessOnConnection extends FileSystemAccess::Range, DataFlow::MethodCallNode {
|
||||
string methodName;
|
||||
|
||||
Reference in New Issue
Block a user