diff options
Diffstat (limited to 'src/common/sandbox.h')
-rw-r--r-- | src/common/sandbox.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/sandbox.h b/src/common/sandbox.h index 1d39be4090..d64d427d3e 100644 --- a/src/common/sandbox.h +++ b/src/common/sandbox.h @@ -153,9 +153,6 @@ int sandbox_getaddrinfo(const char *name, const char *servname, ((void)(name)) #endif -/** Use <b>fd</b> to log non-survivable sandbox violations. */ -void sandbox_set_debugging_fd(int fd); - #ifdef USE_LIBSECCOMP /** Returns a registered protected string used with the sandbox, given that * it matches the parameter. |