mirror of
https://github.com/github/codeql.git
synced 2026-04-19 05:54:00 +02:00
Remove unused class member
This commit is contained in:
@@ -77,8 +77,6 @@ private class AsyncTaskInit extends Callable {
|
||||
|
||||
/** A call to the `execute` or `executeOnExecutor` methods of the `android.os.AsyncTask` class. */
|
||||
private class ExecuteAsyncTaskMethodAccess extends MethodAccess {
|
||||
Argument paramsArgument;
|
||||
|
||||
ExecuteAsyncTaskMethodAccess() {
|
||||
this.getMethod().hasName(["execute", "executeOnExecutor"]) and
|
||||
this.getMethod().getDeclaringType().getSourceDeclaration().getASourceSupertype*() instanceof
|
||||
|
||||
Reference in New Issue
Block a user