diff options
Diffstat (limited to 'sandbox-null.c')
-rw-r--r-- | sandbox-null.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sandbox-null.c b/sandbox-null.c index d4cb9188b61d..6055eb86aa73 100644 --- a/sandbox-null.c +++ b/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 */ |