summaryrefslogtreecommitdiffstats
path: root/backends/bpf_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/bpf_init.c')
-rw-r--r--backends/bpf_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/bpf_init.c b/backends/bpf_init.c
index a046e069..d407d378 100644
--- a/backends/bpf_init.c
+++ b/backends/bpf_init.c
@@ -49,7 +49,6 @@ bpf_init (Elf *elf __attribute__ ((unused)),
return NULL;
/* We handle it. */
- eh->name = "BPF";
bpf_init_reloc (eh);
HOOK (eh, register_info);
HOOK (eh, disasm);