summaryrefslogtreecommitdiff
path: root/server/BandwidthController.cpp
diff options
context:
space:
mode:
authorPatrick Rohr <prohr@google.com>2020-12-30 11:36:20 +0100
committerPatrick Rohr <prohr@google.com>2020-12-30 11:36:20 +0100
commitf265dddfffa7d355692bc43cb77d18555764646b (patch)
treec26e5d662c83228c8087fb265fa0bc14de67bb45 /server/BandwidthController.cpp
parent7db39b9dc40432b5ab698144fcaedc6ef44f9aea (diff)
Remove unused IptJumpOp value
Test: m netd Bug: 167500195 Change-Id: I2f1709ef3e8f13873471d7d7c821c5e66379586b
Diffstat (limited to 'server/BandwidthController.cpp')
-rw-r--r--server/BandwidthController.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/BandwidthController.cpp b/server/BandwidthController.cpp
index 17622d75..dad87756 100644
--- a/server/BandwidthController.cpp
+++ b/server/BandwidthController.cpp
@@ -810,8 +810,6 @@ inline const char *BandwidthController::jumpToString(IptJumpOp jumpHandling) {
* For port-unreachable (default), TCP should consider as an abort (RFC1122).
*/
switch (jumpHandling) {
- case IptJumpNoAdd:
- return "";
case IptJumpReject:
return " -j REJECT";
case IptJumpReturn: