chiark / gitweb /
Prep v221: Update and clean up build system to sync with upstream
[elogind.git] / src / shared / seccomp-util.h
index 60d97154ec282edfc295aba514594d75dd4d2484..b59f3fc207cb9585fb678403f46686e0310900b3 100644 (file)
@@ -24,6 +24,6 @@
 #include <seccomp.h>
 
 const char* seccomp_arch_to_string(uint32_t c);
-int seccomp_arch_from_string(const char *n, uint32_t *ret);
+// UNNEEDED int seccomp_arch_from_string(const char *n, uint32_t *ret);
 
 int seccomp_add_secondary_archs(scmp_filter_ctx *c);