Skip to content

Commit

Permalink
Remove unused struct field
Browse files Browse the repository at this point in the history
  • Loading branch information
eest committed Oct 30, 2024
1 parent bdb8f45 commit 4e3c9a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/runner/aggregate_sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ type aggregateSender struct {
aggrecURL *url.URL
signingKey *ecdsa.PrivateKey
caCertPool *x509.CertPool
clientCert tls.Certificate
signingHTTPClient *httpsign.Client
}

Expand Down Expand Up @@ -57,7 +56,6 @@ func (edm *dnstapMinimiser) newAggregateSender(aggrecURL *url.URL, signingKeyNam
aggrecURL: aggrecURL,
signingKey: signingKey,
caCertPool: caCertPool,
clientCert: clientCert,
signingHTTPClient: client,
}
}
Expand Down

0 comments on commit 4e3c9a2

Please sign in to comment.