Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
urso committed Jun 2, 2020
1 parent 5d5c1b9 commit b500732
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libbeat/processors/fingerprint/fingerprint.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package fingerprint
import (
"fmt"
"io"
"sync"
"time"

"github.com/elastic/beats/v7/libbeat/beat"
Expand All @@ -40,7 +39,6 @@ type fingerprint struct {
config Config
fields []string
hash hashMethod
mu sync.Mutex
}

// New constructs a new fingerprint processor.
Expand Down

0 comments on commit b500732

Please sign in to comment.