basic/bpf-program: drop obsolete comment
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 20 Jun 2018 10:07:38 +0000 (12:07 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 20 Jun 2018 10:07:38 +0000 (12:07 +0200)
As far as I can see, nothing in that particular file is from the
kernel. Let's just drop the comment.

src/basic/bpf-program.h

index 0ae3259..c21eb2f 100644 (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>