Skip to content

Commit

Permalink
remove build tag (no longer needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Oct 31, 2023
1 parent 0aeedb0 commit 5953b5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions lambda/wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2016-present Datadog, Inc.

// Specify the noexecwrapper build tag to remove the wrapper tampoline from
// this library if it is undesirable.
//go:build unix && !noexecwrapper
// +build unix,!noexecwrapper

package lambda

import (
Expand Down
3 changes: 0 additions & 3 deletions lambda/wrapper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2016-present Datadog, Inc.

//go:build unix && !noexecwrapper
// +build unix,!noexecwrapper

package lambda

import (
Expand Down

0 comments on commit 5953b5c

Please sign in to comment.