Skip to content

Commit

Permalink
pkg/bpf: remove unused Map.once member
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
  • Loading branch information
tklauser authored and borkmann committed Feb 20, 2020
1 parent a15b7a6 commit ae2ec96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/bpf/map_linux.go
Expand Up @@ -25,7 +25,6 @@ import (
"os"
"path"
"reflect"
"sync"
"time"
"unsafe"

Expand Down Expand Up @@ -98,7 +97,6 @@ type Map struct {
fd int
name string
path string
once sync.Once
lock lock.RWMutex

// inParallelMode is true when the Map is currently being run in
Expand Down

0 comments on commit ae2ec96

Please sign in to comment.