Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Jan 24, 2025
1 parent 6cba7d8 commit 2c80942
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x-pack/auditbeat/processors/sessionmd/processdb/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
"github.com/elastic/beats/v7/x-pack/auditbeat/processors/sessionmd/types"
"github.com/elastic/elastic-agent-libs/logp"
"github.com/elastic/elastic-agent-libs/monitoring"
"github.com/hashicorp/go-memdb"
)

type EntryType string
Expand Down Expand Up @@ -173,8 +172,6 @@ func initialize() {
}

type DB struct {
memdb *memdb.MemDB

mutex sync.RWMutex
logger *logp.Logger
processes map[uint32]Process
Expand Down

0 comments on commit 2c80942

Please sign in to comment.