Remove unused class member

This commit is contained in:
Tony Torralba
2022-08-05 12:21:22 +02:00
parent 9ee90f8022
commit b75b073dae

View File

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