]> Cypherpunks repositories - gostls13.git/commit
os: remove Process.mode field
authorIan Lance Taylor <iant@golang.org>
Mon, 23 Dec 2024 04:26:23 +0000 (20:26 -0800)
committerGopher Robot <gobot@golang.org>
Tue, 4 Feb 2025 23:03:18 +0000 (15:03 -0800)
commitb485e5bceb8cf417c28debe82f9c42b91f66132e
treeb1bc491ea62137b60924d51720728becca18456c
parent5c2b5e02c422ab3936645e2faa4489bf32fa8a57
os: remove Process.mode field

It's now redundant with checking whether the handle field is nil.

For #70907

Change-Id: I877f2a7c63d15ab5f8e3d2c9aa24776c2e3e2056
Reviewed-on: https://go-review.googlesource.com/c/go/+/638576
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
src/os/exec.go
src/os/exec_unix.go
src/os/exec_windows.go