Skip to content

Commit b75b073

Browse files
committed
Remove unused class member
1 parent 9ee90f8 commit b75b073

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/ql/lib/semmle/code/java/frameworks/android/AsyncTask.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ private class AsyncTaskInit extends Callable {
7777

7878
/** A call to the `execute` or `executeOnExecutor` methods of the `android.os.AsyncTask` class. */
7979
private class ExecuteAsyncTaskMethodAccess extends MethodAccess {
80-
Argument paramsArgument;
81-
8280
ExecuteAsyncTaskMethodAccess() {
8381
this.getMethod().hasName(["execute", "executeOnExecutor"]) and
8482
this.getMethod().getDeclaringType().getSourceDeclaration().getASourceSupertype*() instanceof

0 commit comments

Comments
 (0)