aboutsummaryrefslogtreecommitdiff
path: root/tools/tcprtt.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tcprtt.py')
-rwxr-xr-xtools/tcprtt.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/tcprtt.py b/tools/tcprtt.py
index d6f81a67..9d3d2531 100755
--- a/tools/tcprtt.py
+++ b/tools/tcprtt.py
@@ -77,9 +77,6 @@ if not args.interval:
# define BPF program
bpf_text = """
-#ifndef KBUILD_MODNAME
-#define KBUILD_MODNAME "bcc"
-#endif
#include <uapi/linux/ptrace.h>
#include <linux/tcp.h>
#include <net/sock.h>