summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libbpf_android/include/bpf/BpfUtils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libbpf_android/include/bpf/BpfUtils.h b/libbpf_android/include/bpf/BpfUtils.h
index 23026bb..376b726 100644
--- a/libbpf_android/include/bpf/BpfUtils.h
+++ b/libbpf_android/include/bpf/BpfUtils.h
@@ -177,9 +177,6 @@ int synchronizeKernelRCU();
if (android::bpf::getBpfSupportLevel() != android::bpf::BpfLevel::NONE) return; \
} while (0)
-constexpr int BPF_CONTINUE = 0;
-constexpr int BPF_DELETED = 1;
-
bool operator==(const StatsValue& lhs, const StatsValue& rhs);
bool operator==(const UidTag& lhs, const UidTag& rhs);
bool operator==(const StatsKey& lhs, const StatsKey& rhs);