Revert "selftests/bpf: Fix C++ compile error from missing _Bool type"

This reverts commit 7ad019ce09.
This commit is contained in:
Ksawlii 2024-11-24 00:23:23 +01:00
parent 94c89017e5
commit 6685fa274f

View file

@ -3,10 +3,6 @@
#include <bpf/libbpf.h>
#include <bpf/bpf.h>
#include <bpf/btf.h>
#ifndef _Bool
#define _Bool bool
#endif
#include "test_core_extern.skel.h"
/* do nothing, just make sure we can link successfully */