basic/bpf-program: drop obsolete comment

As far as I can see, nothing in that particular file is from the
kernel. Let's just drop the comment.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-06-20 12:07:38 +02:00
parent d9b02e1697
commit 5b4f9cc15b

View file

@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
/***
[Except for the stuff copy/pasted from the kernel sources, see below]
***/
#include <linux/bpf.h>
#include <stdint.h>
#include <sys/syscall.h>