summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Żenczykowski <maze@google.com>2022-06-15 01:29:38 -0700
committerCherrypicker Worker <android-build-cherrypicker-worker@google.com>2022-06-16 03:24:38 +0000
commit1c4e677ea830fe8e8ca680400a704b362b02db80 (patch)
tree7357ef1adea1d6e92f1a75936550677b6ce4e5f4
parentcb4554093b9c32854c7a5656409fe091ce8e5456 (diff)
downloadnetd-1c4e677ea830fe8e8ca680400a704b362b02db80.tar.gz
BandwidthController - remove an unused variable
Test: TreeHugger, builds Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I7ce0b2ec6c67f0f9b231736c37be151dad61a2a5 (cherry picked from commit f217576ca74ec05c93dd91d479843320ebc3eaef) Merged-In: I7ce0b2ec6c67f0f9b231736c37be151dad61a2a5
-rw-r--r--server/BandwidthController.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/BandwidthController.cpp b/server/BandwidthController.cpp
index 96a82e23..b076c875 100644
--- a/server/BandwidthController.cpp
+++ b/server/BandwidthController.cpp
@@ -147,8 +147,6 @@ const std::string NEW_CHAIN_COMMAND = "-N ";
*/
const std::string COMMIT_AND_CLOSE = "COMMIT\n";
-const std::string BPF_PENALTY_BOX_MATCH_DENYLIST_COMMAND = StringPrintf(
- "-I bw_penalty_box -m bpf --object-pinned %s -j REJECT", XT_BPF_DENYLIST_PROG_PATH);
static const std::vector<std::string> IPT_FLUSH_COMMANDS = {
/*