summaryrefslogtreecommitdiff
path: root/src/shared/bpf-program.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/bpf-program.h')
-rw-r--r--src/shared/bpf-program.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/bpf-program.h b/src/shared/bpf-program.h
index 86fd338c93..edde86c119 100644
--- a/src/shared/bpf-program.h
+++ b/src/shared/bpf-program.h
@@ -17,7 +17,6 @@ struct BPFProgram {
uint32_t prog_type;
size_t n_instructions;
- size_t allocated;
struct bpf_insn *instructions;
char *attached_path;