Skip to content

Commit d06e79c

Browse files
committed
remove comments, remove unused/obsolete files
Signed-off-by: leongross <[email protected]>
1 parent 64060ec commit d06e79c

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

src/os/osexec.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ func execve(pathname string, argv []string, envv []string) error {
4040

4141
ret, _, err := syscall.Syscall(syscall.SYS_EXECVE, uintptr(unsafe.Pointer(&argv0[0])), uintptr(unsafe.Pointer(&argv1[0])), uintptr(unsafe.Pointer(&env1[0])))
4242
if int(ret) != 0 {
43-
// errno := err.(syscall.Errno)
44-
// return errno
4543
return err
4644
}
4745

src/os/signal/signal.go

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/syscall/exec_unix.go

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)