Skip to content

Commit

Permalink
remove affinity setting for non linux
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Dec 9, 2024
1 parent 0989b9d commit b3d9e36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
54 changes: 0 additions & 54 deletions affinity_bsd.go

This file was deleted.

2 changes: 1 addition & 1 deletion affinity_other.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

//go:build !(linux || netbsd || freebsd || openbsd || dragonfly)
//go:build !linux

package gaio

Expand Down

0 comments on commit b3d9e36

Please sign in to comment.