Skip to content

Commit

Permalink
Merge pull request #18 from JanssenProject/maduvena-appleAttestation
Browse files Browse the repository at this point in the history
fix: removed unused code
  • Loading branch information
yurem authored Oct 8, 2021
2 parents fbf0ec3 + e5ef7d0 commit fa4cec5
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import com.fasterxml.jackson.databind.JsonNode;

import io.jans.as.model.configuration.AppConfiguration;

import io.jans.fido2.ctap.AttestationFormat;
import io.jans.fido2.exception.AttestationException;
import io.jans.fido2.exception.Fido2MissingAttestationCertException;
Expand Down Expand Up @@ -49,9 +49,6 @@ public class AppleAttestationProcessor implements AttestationFormatProcessor {
@Inject
private Logger log;

@Inject
private AppConfiguration appConfiguration;

@Inject
private CommonVerifiers commonVerifiers;

Expand Down

0 comments on commit fa4cec5

Please sign in to comment.