Merge "remove no longer needed SKIP_IF_EXTENDED_BPF_NOT_SUPPORTED macro"
diff --git a/staticlibs/native/bpf_headers/include/bpf/BpfUtils.h b/staticlibs/native/bpf_headers/include/bpf/BpfUtils.h
index 65c542f..a6e4783 100644
--- a/staticlibs/native/bpf_headers/include/bpf/BpfUtils.h
+++ b/staticlibs/native/bpf_headers/include/bpf/BpfUtils.h
@@ -121,10 +121,5 @@
             GTEST_SKIP() << "Skip: bpf is not supported.";  \
     } while (0)
 
-// Only used by tm-mainline-prod's system/netd/tests/bpf_base_test.cpp
-// but platform and platform tests aren't expected to build/work in tm-mainline-prod
-// so we can just trivialize this
-#define SKIP_IF_EXTENDED_BPF_NOT_SUPPORTED
-
 }  // namespace bpf
 }  // namespace android