]> Cypherpunks repositories - gostls13.git/commit
runtime, syscall: remove unused bits from Solaris implementation
authorShawn Walker-Salas <shawn.walker@oracle.com>
Thu, 30 Jul 2015 20:32:55 +0000 (13:32 -0700)
committerAram Hăvărneanu <aram@mgk.ro>
Fri, 21 Aug 2015 11:39:24 +0000 (11:39 +0000)
commitd9e3d16796927ae2c5721cdff855ddb07a903d78
treeeb6fcabebc46b56538d21b75d99e069b54fb9cf2
parentae4dc8facb0e22508c4fbd27fe380e1ad86100e7
runtime, syscall: remove unused bits from Solaris implementation

CL 9184 changed the runtime and syscall packages to link Solaris binaries
directly instead of using dlopen/dlsym but did not remove the unused (and
now broken) references to dlopen, dlclose, and dlsym.

Fixes #11923

Change-Id: I36345ce5e7b371bd601b7d48af000f4ccacd62c0
Reviewed-on: https://go-review.googlesource.com/13410
Reviewed-by: Aram Hăvărneanu <aram@mgk.ro>
src/runtime/syscall2_solaris.go
src/syscall/asm_solaris_amd64.s