Skip to content

Commit d774e5f

Browse files
author
Aaron Schlesinger
committed
ref(pkg/sshd/server_test.go): remove unused func
1 parent c9113b1 commit d774e5f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pkg/sshd/server_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ func sshTestingHostKey() (ssh.Signer, error) {
8484
return ssh.ParsePrivateKey([]byte(testingHostKey))
8585
}
8686

87-
func sshTestingClientKey() (ssh.Signer, error) {
88-
return ssh.ParsePrivateKey([]byte(testingClientKey))
89-
}
90-
9187
func runServer(config *ssh.ServerConfig, c *Circuit, t *testing.T) cookoo.Context {
9288
reg, router, cxt := cookoo.Cookoo()
9389
cxt.Put(ServerConfig, config)

0 commit comments

Comments
 (0)