mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Python: Remove unused getTornadoRequestHandlerMethod
It was only used in a test, and with the mock, it gives no results anyway.
This commit is contained in:
@@ -11,10 +11,6 @@ ClassObject aTornadoRequestHandlerClass() {
|
||||
result.getASuperType() = theTornadoRequestHandlerClass()
|
||||
}
|
||||
|
||||
FunctionObject getTornadoRequestHandlerMethod(string name) {
|
||||
result = theTornadoRequestHandlerClass().declaredAttribute(name)
|
||||
}
|
||||
|
||||
/** Holds if `node` is likely to refer to an instance of a tornado
|
||||
* `RequestHandler` class.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user