Skip to content

Commit

Permalink
Fix compilation on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Nov 14, 2024
1 parent acabcbb commit 7c2115d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions pkg/security/resolvers/cgroup/model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2016-present Datadog, Inc.

//go:build linux

// Package model holds model related files
package model

Expand Down
2 changes: 0 additions & 2 deletions pkg/security/resolvers/cgroup/model/selector_proto_dec_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2016-present Datadog, Inc.

//go:build linux

// Package model holds model related files
package model

Expand Down
2 changes: 0 additions & 2 deletions pkg/security/resolvers/cgroup/model/selector_proto_enc_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2016-present Datadog, Inc.

//go:build linux

// Package model holds model related files
package model

Expand Down
3 changes: 0 additions & 3 deletions pkg/security/resolvers/tags/resolver_other.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import (
"github.com/DataDog/datadog-agent/pkg/security/probe/config"
)

// Listener is used to propagate tags events
type Listener func(workload interface{})

// NewResolver returns a new tags resolver
func NewResolver(config *config.Config, telemetry telemetry.Component) Resolver {
return NewDefaultResolver(config, telemetry)
Expand Down

0 comments on commit 7c2115d

Please sign in to comment.