package g.i0.i;

import g.i0.i.s;
import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public class k extends g.i0.b {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ int f6336c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ b f6337d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ g f6338e;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public k(g gVar, String str, Object[] objArr, int i2, b bVar) {
        super(str, objArr);
        this.f6338e = gVar;
        this.f6336c = i2;
        this.f6337d = bVar;
    }

    @Override // g.i0.b
    public void a() {
        Objects.requireNonNull((s.a) this.f6338e.l);
        synchronized (this.f6338e) {
            this.f6338e.v.remove(Integer.valueOf(this.f6336c));
        }
    }
}
