aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/sandbox-solaris.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/sandbox-solaris.c')
-rw-r--r--crypto/openssh/sandbox-solaris.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/crypto/openssh/sandbox-solaris.c b/crypto/openssh/sandbox-solaris.c
index 56ddb9a9942a..0b88c71245c1 100644
--- a/crypto/openssh/sandbox-solaris.c
+++ b/crypto/openssh/sandbox-solaris.c
@@ -97,18 +97,4 @@ ssh_sandbox_child(struct ssh_sandbox *box)
fatal("setppriv: %s", strerror(errno));
}
-void
-ssh_sandbox_parent_finish(struct ssh_sandbox *box)
-{
- priv_freeset(box->pset);
- box->pset = NULL;
- free(box);
-}
-
-void
-ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
-{
- /* Nothing to do here */
-}
-
#endif /* SANDBOX_SOLARIS */