]> Cypherpunks repositories - gostls13.git/commit
syscall: remove nacl srpc helper
authorDave Cheney <dave@cheney.net>
Thu, 27 Aug 2015 06:15:00 +0000 (16:15 +1000)
committerDave Cheney <dave@cheney.net>
Fri, 28 Aug 2015 04:44:44 +0000 (04:44 +0000)
commitde786965e63ef95b6a295761ea63b93e1ea9380d
treed1e99d8f2bb7e495865e0195debea3ccfe66e2d8
parent6403c957e0fa9ecda28586be75eef54dede6d9c4
syscall: remove nacl srpc helper

Fixes #11961

Minux removed the use of SRPC in 003dccfa, but the SRPC name service
code was left in the tree. SRPC was removed in pepper_42 making the
code, which ran on startup, fail, even though it was not used.

Removing srpc_nacl.go for a total diff of -822 lines has got to count
as one of the easiest nacl fixes we've had to date.

Change-Id: Ic4e348146bfe47450bbb9cabb91699ba153e6bf0
Reviewed-on: https://go-review.googlesource.com/13958
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/syscall/srpc_nacl.go [deleted file]