From 6685fa274fc68e479df05e9d4280c41319bdc409 Mon Sep 17 00:00:00 2001 From: Ksawlii Date: Sun, 24 Nov 2024 00:23:23 +0100 Subject: [PATCH] Revert "selftests/bpf: Fix C++ compile error from missing _Bool type" This reverts commit 7ad019ce0929d56302b3b0f1fc2d58ebdfc36ffd. --- tools/testing/selftests/bpf/test_cpp.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/testing/selftests/bpf/test_cpp.cpp b/tools/testing/selftests/bpf/test_cpp.cpp index 6edcb541c..a8d2e9a87 100755 --- a/tools/testing/selftests/bpf/test_cpp.cpp +++ b/tools/testing/selftests/bpf/test_cpp.cpp @@ -3,10 +3,6 @@ #include #include #include - -#ifndef _Bool -#define _Bool bool -#endif #include "test_core_extern.skel.h" /* do nothing, just make sure we can link successfully */