Skip to content

Commit

Permalink
ref(pkg/sshd/server_test.go): remove unused func
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Schlesinger committed Feb 11, 2016
1 parent 21e4844 commit 905a3b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/sshd/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ func sshTestingHostKey() (ssh.Signer, error) {
return ssh.ParsePrivateKey([]byte(testingHostKey))
}

func sshTestingClientKey() (ssh.Signer, error) {
return ssh.ParsePrivateKey([]byte(testingClientKey))
}

func runServer(config *ssh.ServerConfig, c *Circuit, t *testing.T) cookoo.Context {
reg, router, cxt := cookoo.Cookoo()
cxt.Put(ServerConfig, config)
Expand Down

0 comments on commit 905a3b1

Please sign in to comment.