summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej enczykowski <maze@google.com>2019-05-09 17:35:48 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-05-09 17:35:48 -0700
commit8031c2b837ca7a96de752c16f1c212ae01cad452 (patch)
treeb7af0702e5751d67b76a8ce3292af7cb7a389da7
parent1dbd80a92d910104b57fda4f7169883da422dce3 (diff)
parent7a1bf84cebfbf4c755be888605fd1d9c6e193ed9 (diff)
downloadandroid_system_bpf-8031c2b837ca7a96de752c16f1c212ae01cad452.tar.gz
android_system_bpf-8031c2b837ca7a96de752c16f1c212ae01cad452.tar.bz2
android_system_bpf-8031c2b837ca7a96de752c16f1c212ae01cad452.zip
remove BPF_CONTINUE and BPF_DELETED constants
am: 7a1bf84ceb Change-Id: I00e3cfb15fd066c95a0606d4d3ce59f6b9538393
-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);