Delete unused import

The hasBpfSupport() check from BpfUtils is not used by the native helper
in framework. Remove them.

Bug: 111441138
Test: Build without failure.
Change-Id: Icdd01bf1a03efd7883e4939d0d730303ec1004e7
This commit is contained in:
Chenbo Feng
2018-12-11 14:15:57 -08:00
parent be53fbb8d5
commit f9eff38d9b
2 changed files with 0 additions and 2 deletions

View File

@@ -35,7 +35,6 @@
#include "bpf/BpfUtils.h" #include "bpf/BpfUtils.h"
#include "netdbpf/BpfNetworkStats.h" #include "netdbpf/BpfNetworkStats.h"
using android::bpf::hasBpfSupport;
using android::bpf::parseBpfNetworkStatsDetail; using android::bpf::parseBpfNetworkStatsDetail;
using android::bpf::stats_line; using android::bpf::stats_line;

View File

@@ -34,7 +34,6 @@
#include "netdbpf/BpfNetworkStats.h" #include "netdbpf/BpfNetworkStats.h"
using android::bpf::Stats; using android::bpf::Stats;
using android::bpf::hasBpfSupport;
using android::bpf::bpfGetUidStats; using android::bpf::bpfGetUidStats;
using android::bpf::bpfGetIfaceStats; using android::bpf::bpfGetIfaceStats;