diff --git a/src/bpf_helpers.h b/src/bpf_helpers.h index c145da0..9d160b5 100644 --- a/src/bpf_helpers.h +++ b/src/bpf_helpers.h @@ -315,9 +315,6 @@ enum libbpf_tristate { ___param, sizeof(___param)); \ }) -extern int bpf_stream_vprintk(int stream_id, const char *fmt__str, const void *args, - __u32 len__sz) __weak __ksym; - #define bpf_stream_printk(stream_id, fmt, args...) \ ({ \ static const char ___fmt[] = fmt; \