Python: delete unused predicate

This commit is contained in:
Rasmus Lerchedahl Petersen
2021-10-25 13:41:29 +02:00
parent cb61f87aa3
commit 149b235c7a

View File

@@ -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;