summaryrefslogtreecommitdiff
path: root/src/arch-x32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-x32.c')
-rw-r--r--src/arch-x32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch-x32.c b/src/arch-x32.c
index 15ddb1d..a496d18 100644
--- a/src/arch-x32.c
+++ b/src/arch-x32.c
@@ -35,6 +35,5 @@ const struct arch_def arch_def_x32 = {
.syscall_resolve_name = x32_syscall_resolve_name,
.syscall_resolve_num = x32_syscall_resolve_num,
.syscall_rewrite = NULL,
- .filter_rewrite = NULL,
.rule_add = NULL,
};