contrib: fix warning from the rust compiler

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano
2021-04-26 18:57:55 +02:00
parent 4faefcb73b
commit fa40930b1e

View File

@@ -26,7 +26,6 @@ type Errno = i32;
type SyscallHandler = fn(req: &mut nc::seccomp_notif_t) -> Result<bool, Errno>;
#[no_mangle]
pub struct LibcrunLoadSeccompNotifyConf {
_runtime_root_path: *const c_char,
_name: *const c_char,