Skip to content

Commit

Permalink
remove unused nonce.clone method
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Mar 30, 2021
1 parent 440678c commit 9aef84b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions acme/db/nosql/nonce.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ type dbNonce struct {
DeletedAt time.Time
}

func (dbn *dbNonce) clone() *dbNonce {
u := *dbn
return &u
}

// CreateNonce creates, stores, and returns an ACME replay-nonce.
// Implements the acme.DB interface.
func (db *DB) CreateNonce(ctx context.Context) (acme.Nonce, error) {
Expand Down

0 comments on commit 9aef84b

Please sign in to comment.