]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused getrlimit function
authorTobias Klauser <tklauser@distanz.ch>
Fri, 16 Feb 2018 10:26:14 +0000 (11:26 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Sat, 17 Feb 2018 18:35:41 +0000 (18:35 +0000)
commit1b1c8b34d129eefcdbad234914df999581e62b2f
tree45c2c52d9abf69e571a14746af046805708599dc
parent9402a2bff75907668f8488ea9d32c56fdf101f04
runtime: remove unused getrlimit function

Follow CL 93655 which removed the (commented-out) usage of this
function.

Also remove unused constant _RLIMIT_AS and type rlimit.

Change-Id: Ifb6e6b2104f4c2555269f8ced72bfcae24f5d5e9
Reviewed-on: https://go-review.googlesource.com/94775
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
22 files changed:
src/runtime/os2_freebsd.go
src/runtime/os2_solaris.go
src/runtime/os3_solaris.go
src/runtime/os_dragonfly.go
src/runtime/os_freebsd.go
src/runtime/os_linux.go
src/runtime/os_linux_be64.go
src/runtime/os_linux_generic.go
src/runtime/os_linux_mips64x.go
src/runtime/os_linux_mipsx.go
src/runtime/sys_dragonfly_amd64.s
src/runtime/sys_freebsd_386.s
src/runtime/sys_freebsd_amd64.s
src/runtime/sys_freebsd_arm.s
src/runtime/sys_linux_386.s
src/runtime/sys_linux_amd64.s
src/runtime/sys_linux_arm.s
src/runtime/sys_linux_arm64.s
src/runtime/sys_linux_mips64x.s
src/runtime/sys_linux_mipsx.s
src/runtime/sys_linux_ppc64x.s
src/runtime/sys_linux_s390x.s