summaryrefslogtreecommitdiff
path: root/src/arch-s390x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-s390x.c')
-rw-r--r--src/arch-s390x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch-s390x.c b/src/arch-s390x.c
index 038622a..5471738 100644
--- a/src/arch-s390x.c
+++ b/src/arch-s390x.c
@@ -18,6 +18,5 @@ const struct arch_def arch_def_s390x = {
.syscall_resolve_name = s390x_syscall_resolve_name,
.syscall_resolve_num = s390x_syscall_resolve_num,
.syscall_rewrite = NULL,
- .filter_rewrite = NULL,
.rule_add = NULL,
};