summaryrefslogtreecommitdiff
path: root/src/arch-x86_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-x86_64.c')
-rw-r--r--src/arch-x86_64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch-x86_64.c b/src/arch-x86_64.c
index 17beaea..ccbf1b1 100644
--- a/src/arch-x86_64.c
+++ b/src/arch-x86_64.c
@@ -34,6 +34,5 @@ const struct arch_def arch_def_x86_64 = {
.syscall_resolve_name = x86_64_syscall_resolve_name,
.syscall_resolve_num = x86_64_syscall_resolve_num,
.syscall_rewrite = NULL,
- .filter_rewrite = NULL,
.rule_add = NULL,
};