aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/sandbox-null.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/sandbox-null.c')
-rw-r--r--crypto/openssh/sandbox-null.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/crypto/openssh/sandbox-null.c b/crypto/openssh/sandbox-null.c
index d4cb9188b61d..6055eb86aa73 100644
--- a/crypto/openssh/sandbox-null.c
+++ b/crypto/openssh/sandbox-null.c
@@ -57,16 +57,4 @@ ssh_sandbox_child(struct ssh_sandbox *box)
/* Nothing to do here */
}
-void
-ssh_sandbox_parent_finish(struct ssh_sandbox *box)
-{
- free(box);
-}
-
-void
-ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
-{
- /* Nothing to do here */
-}
-
#endif /* SANDBOX_NULL */